added base and back to post
This commit is contained in:
@ -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