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 name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>bleh</title>
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- top bar -->
|
||||
<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>
|
||||
<form action="#">
|
||||
<input type="text" placeholder="Search.." name="search">
|
||||
|
|
@ -36,20 +36,20 @@
|
|||
<!-- icons at the bottom -->
|
||||
<div class="nav-icons">
|
||||
<a href="#" class="button" id="mbr-btn">
|
||||
<img src="icon.png">Members
|
||||
<img src="/assets/img/icon.png">Members
|
||||
<!-- This links to the list -->
|
||||
<!-- Icon with multiple mice including Molly -->
|
||||
</a>
|
||||
<a href="#" class="button" id="waf-btn">
|
||||
<img src="icon.png">Wafrn
|
||||
<img src="/assets/img/icon.png">Wafrn
|
||||
<!-- Molly with waffle icon -->
|
||||
</a>
|
||||
<a href="#" class="button" id="mail-btn">
|
||||
<img src="icon.png">Mail
|
||||
<img src="/assets/img/icon.png">Mail
|
||||
<!-- Molly with letter icon -->
|
||||
</a>
|
||||
<a href="#" class="button" id="frm-btn">
|
||||
<img src="icon.png">Forum
|
||||
<img src="/assets/img/icon.png">Forum
|
||||
<!-- Molly with music icon -->
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
<p>Server restart at 23:00 UTC</p>
|
||||
</div>
|
||||
<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 -->
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -84,11 +84,11 @@
|
|||
<p>Read here more about whatever shenanigans we are up to</p>
|
||||
</div>
|
||||
<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 -->
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue