comicsite/index.html
2024-07-24 16:34:47 -05:00

33 lines
1.1 KiB
HTML

---
---
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The web site of abslimeware</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1> hewlo person!! </h1>
<p> helo welcome to my site! <br>
through sum black magic, u somehow stumbled into this domain!<br>
well, helo! im sapy a smol honey slime!<br>
here drawing by me!<br></p>
<img src="/assets/honey/site_intro.png"><br>
<p>yah i can draw!! (i think)<br>
i alsos code wel! suffered thru jekyll to make dis :P<br>
<!-- here's slime <a href="/blog_index">blog!</a><br> -->
<a href="/comic_index">heres is slime comic!</a><br>
take care byee!<br><br>
you can reach us at candycanearter@gmail.com!
</p>
</body>
</html>