-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.56 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minimal Retro Template</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://fonts.google.com/specimen/VT323">
</head>
<body>
<div id="nav-placeholder">
</div>
<div class="grid-container">
<div id="left-sidebar-placeholder">
</div>
<main class="main-content">
<div class="main-content-box">
<!-- The Content for the main section of the site goes here. Create as many main-conent-box as needed -->
<h1>The City Council Welcomes You To Re:Morta.</h1>
<p>This is the first section of content on the main page. testing content - testing the content</p>
<img src="/assets/images/banners/800width_sample.jpg" alt="800 width sample">
</div>
<div class="main-content-box">
<h2>Another Main Section</h2>
<p>You can easily add content to this page by editing index, sidbar_left and sidebar_right pages.</p>
<p>Check out the README file on GitHub for more details.</p>
</div>
<div class="main-content-box">
</div>
</main>
<div id="right-sidebar-placeholder">
</div>
</div>
<div id="footer-placeholder">
</div>
<script src="mainscripts.js"></script>
</body>
</html>