Update default.html
corrected file paths
This commit is contained in:
parent
636990bfa2
commit
3595bca063
1 changed files with 9 additions and 9 deletions
|
|
@ -4,12 +4,12 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>bleh</title>
|
<title>bleh</title>
|
||||||
<link rel="stylesheet" href="main.css" />
|
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- top bar -->
|
<!-- top bar -->
|
||||||
<div class="nav-top">
|
<div class="nav-top">
|
||||||
<a href="/"><img src="molly.png" alt="high mouse cherishing lunix. but fr tho, we need logo and stuff"></a>
|
<a href="/"><img src="/assets/img/molly.png" alt="high mouse cherishing lunix. but fr tho, we need logo and stuff"></a>
|
||||||
<h1>Headline</h1>
|
<h1>Headline</h1>
|
||||||
<form action="#">
|
<form action="#">
|
||||||
<input type="text" placeholder="Search.." name="search">
|
<input type="text" placeholder="Search.." name="search">
|
||||||
|
|
@ -36,20 +36,20 @@
|
||||||
<!-- icons at the bottom -->
|
<!-- icons at the bottom -->
|
||||||
<div class="nav-icons">
|
<div class="nav-icons">
|
||||||
<a href="#" class="button" id="mbr-btn">
|
<a href="#" class="button" id="mbr-btn">
|
||||||
<img src="icon.png">Members
|
<img src="/assets/img/icon.png">Members
|
||||||
<!-- This links to the list -->
|
<!-- This links to the list -->
|
||||||
<!-- Icon with multiple mice including Molly -->
|
<!-- Icon with multiple mice including Molly -->
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="button" id="waf-btn">
|
<a href="#" class="button" id="waf-btn">
|
||||||
<img src="icon.png">Wafrn
|
<img src="/assets/img/icon.png">Wafrn
|
||||||
<!-- Molly with waffle icon -->
|
<!-- Molly with waffle icon -->
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="button" id="mail-btn">
|
<a href="#" class="button" id="mail-btn">
|
||||||
<img src="icon.png">Mail
|
<img src="/assets/img/icon.png">Mail
|
||||||
<!-- Molly with letter icon -->
|
<!-- Molly with letter icon -->
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="button" id="frm-btn">
|
<a href="#" class="button" id="frm-btn">
|
||||||
<img src="icon.png">Forum
|
<img src="/assets/img/icon.png">Forum
|
||||||
<!-- Molly with music icon -->
|
<!-- Molly with music icon -->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
<p>Server restart at 23:00 UTC</p>
|
<p>Server restart at 23:00 UTC</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="/feed.xml" class="button-small">
|
<a href="/feed.xml" class="button-small">
|
||||||
<img src="icon.png">RSS Feed
|
<img src="/assets/img/icon.png">RSS Feed
|
||||||
<!-- Pixel Molly with 'RSS icon' icon -->
|
<!-- Pixel Molly with 'RSS icon' icon -->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -84,11 +84,11 @@
|
||||||
<p>Read here more about whatever shenanigans we are up to</p>
|
<p>Read here more about whatever shenanigans we are up to</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" class="button-small">
|
<a href="#" class="button-small">
|
||||||
<img src="icon.png">Read more
|
<img src="/assets/img/icon.png">Read more
|
||||||
<!-- Pixel Molly with 'RSS icon' icon -->
|
<!-- Pixel Molly with 'RSS icon' icon -->
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue