-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnettie_artwork.html
48 lines (39 loc) · 1.66 KB
/
nettie_artwork.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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Shadow Man</title>
</head>
<body>
<!--- Top of the screen --->
<div class=toplink>
<div style="text-align:center;vertical-align:middle;position:relative;margin-top:0px">
<b>I am the Lord of Deadside</b>
</div>
<ul>
<li><a href="speedruns.html" target="_self"><b>Speedruns<b></a><li>
<li><a href="magazines.html" target="_self"><b>Magazines<b></a><li>
<li><a href="comics.html" target="_self"><b>Comics<b></a><li>
<li><u><a href="artwork.html" target="_self" style="color:white"><b>Artwork<b></a></u><li>
<li><a href="merchandise.html" target="_self"><b>Merchandise<b></a><li>
<li><a href="game_resources.html" target="_self"><b>Game Resources</a><li>
<li><a href="music.html" target="_self" title=""><b>Music<b></a><li>
<li><a href="https://www.facebook.com/groups/Shadowmanfc/" target="_self" title="Not a member of the Shadow Man Fanclub on Facebook? Join now!"><b>Facebook<b></a><li>
<li><a href="https://discord.gg/kPzZ84n" target="_self" title="Official Shadow Man Discord Server"><b>Discord<b></a><li>
<li><a href="https://paypal.me/winning117" target="_self" title="Want to help pay for website upkeep? Donate here!"><b>Donate<b></a><li>
</ul>
</div>
<div class=artworkbody>
<img src="artwork/img26.png">
<br>
<a href="https://hiddenstash.deviantart.com/art/Mama-Nettie-and-Jaunty-376031797" target="_self" style="color:white">Source</a>
<br>
<br>
<img src="artwork/img88.png">
<br>
<a href="https://www.deviantart.com/art/Jaunty-Nettie-198306574" target="_self" style="color:white">Source</a>
<br>
<br>
</div>
</body>
</html>