added base and back to post

This commit is contained in:
2025-10-24 18:33:25 -05:00
parent 5255e9cd11
commit 5e82aeb855

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>