Compare commits

...

2 Commits

Author SHA1 Message Date
5e82aeb855 added base and back to post 2025-10-24 18:33:25 -05:00
5255e9cd11 Blaha Infected 2025-10-24 18:32:57 -05:00
2 changed files with 2 additions and 0 deletions

BIN
media/memes/IMG_0299.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

View File

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Post Template</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/posts.css">
</head>
<body>
@ -17,6 +18,7 @@
<div id="postBody">
<p id="postText"></p>
</div>
<a href="/index.html" id="back">Go Back</a>
</div>
<script src="/javascript/post.js"></script>
</body>