mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
added single post viewing
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user