mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
20 lines
508 B
HTML
20 lines
508 B
HTML
<!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> |