Compare commits
2 Commits
e98bf93bac
...
5e82aeb855
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e82aeb855 | |||
| 5255e9cd11 |
BIN
media/memes/IMG_0299.webp
Normal file
BIN
media/memes/IMG_0299.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 605 KiB |
@ -5,6 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Post Template</title>
|
<title>Post Template</title>
|
||||||
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||||
<link rel="stylesheet" href="/stylesheets/posts.css">
|
<link rel="stylesheet" href="/stylesheets/posts.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<div id="postBody">
|
<div id="postBody">
|
||||||
<p id="postText"></p>
|
<p id="postText"></p>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="/index.html" id="back">Go Back</a>
|
||||||
</div>
|
</div>
|
||||||
<script src="/javascript/post.js"></script>
|
<script src="/javascript/post.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user