diff options
| author | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-23 23:49:33 -0700 |
|---|---|---|
| committer | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-23 23:49:33 -0700 |
| commit | 1c39b4808341ee6b37411f01857172927991f884 (patch) | |
| tree | 2e1c73d9732823b7e946671d02468b18ea18af84 /index.html | |
| parent | 779736a96746cd5d4d1b6d1e628a592ad663c1c5 (diff) | |
Redesigned CSS, HTML, and added little detail.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -1,29 +1,31 @@ <!DOCTYPE html> <html lang="en"> <head> + <link rel="stylesheet" href="britons.css"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <meta name="author" content="Jodian Buenaventura" > <meta name="keywords" content="/hmofa/, hmofa, tech, writing, index, britishly mediocre"> <meta name="description" content="Main page, linking together sexy /hmofa/ girls in tech, writing, and art."> - <title>El Arriero"</title> + <title>El Arriero</title> </head> + <body> + <header role="banner"> - <a href="https://elarriero.org/" title="The Muleteer">El Arriero</a> - <br> - <i>Home of the Britishly Mediocre</i> + <a class="title" href="https://elarriero.org/" title="The Muleteer">El Arriero</a> + <i class="tagline">Home of the Britishly Mediocre</i> + <div class="navbar" role="navigation"> + <a href="contact.html">Contact</a> + <a href="https://wiki.elarriero.org/">Wiki</a> + </div> </header> - <ul class="navbar" role="navigation"> - <li><a href="https://wiki.elarriero.org/" title="Under construction">Mediocre Wiki</a></li> - <li><a href="https://press.elarriero.org/" title="Currently empty">Mediocre Press</a></li> - <li><a href="https://elarriero.org/contact.html" title="Motivations and contact info">Contact</a></li> - </ul> - <div class="content" role="main"> + <h2>What's this?</h2> + <p>My website. It's where I collect my writing, drawing, and misc. fun stuff.</p> <p>I made <a href="https://wiki.elarriero.org/doku.php?id=sylvia_merriweather" title="Wiki page for Fig">Fig</a> on the 21st of January, 2026. She is the crown jewel of my work. I made her that afternoon while outlining a canine anthro, and got ahead of myself by giving her a vintage hairstyle with the sketch. @@ -36,13 +38,8 @@ <h2>What to expect in the future</h2> <p>Writing takes a long time, and I want to get a good plot going first so I don't have to throw entire chapters out. I have high hopes for this project!</p> - </div> - - - - </div> - - -</body></html> + <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Funny" class="fig"></a> +</body> +</html> |
