added single post viewing

This commit is contained in:
2024-11-25 19:12:54 -05:00
parent eb9b093485
commit a7f6ecf477
13 changed files with 733 additions and 411 deletions
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../CSS/singlepost.css">
<link rel="stylesheet" href="../CSS/global.css">
<title>Post Viewer</title>
</head>
<body>
<div id="back-button-container">
<button id="back-button" onclick="window.history.back()">← Back</button>
</div>
<div id="post-container" class="post-fullscreen"></div>
</body>
</html>