-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 818 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Nuldrums Home</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="landing-wrapper">
<div class="wrapper">
<img src="images/NuldrumsLogo.png" alt="Nully" height="500" width="700">
</div>
<div class="wrapper2">
<a href="https://www.coregames.com/games/19c61b/puppet-masters-closed-alpha"><img src="images/EmailIcon.png" width="15"> Puppet Masters</a>
<a href="mailto:troy@nuldrums.com"><img src="images/EmailIcon.png" width="15"> Contact</a>
<a href="http://www.twitch.tv/trikeri_omni" class="links"><img src="images/twitch.png" width="15"> Twitch </a>
<a href="https://twitter.com/nuldrums" class="links"><img src="images/twitter.png" width="15"> Twitter </a>
</div>
</div>
</body>
</html>