-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwads.html
37 lines (33 loc) · 1.01 KB
/
wads.html
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
<!DOCTYPE html">
<html">
<head>
<title>Amos Nimos: Wads</title>
<link rel="icon" type="img/x-icon" href="../../img/favicon.ico">
<link rel="stylesheet" href="css/basic.css">
</head>
<body>
<main>
<div class="topnav">
<ul>
<li><a class="btn-h" href="home.html">Home</a>
<li><a class="btn-h" href="about.html">About</a></li>
<li><a class="btn-h" href="links.html">Links</a></li>
<li><a class="btn-h" href="posts/2022-05-15_freedom_list.html">List</a></li>
<li><a class="btn-h" href="main.html">Wasteland</a></li>
<li><a class="btn-v" href="rss.html" alt="RSS Feed"> 📶 RSS</a></li>
</ul>
</div>
<h2 class="title" id="blog">My doom Wads</h2>
<div class="article">
<img src="banner_v2.png" alt="WE AMOSNIMOS">
</br></br>
<p>These are the maps I made for doom, freedoom</p>
<p></p>
<h3>Freedoom2</h3>
<ul>
<li><a href="wads/first_room.wad">first_room.wad</a></li>
</ul>
</div>
</main>
</body>
</html">