-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (20 loc) · 1022 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>TrustHelgi™</title>
</head>
<body>
<center>
<img src="logo.png" alt="TrustHelgi™" />
<h2><font color="brightred" face="Comic Sans MS">For a Helgi you can trust</font></h2>
<br />
<img src="helgi.jpeg" alt="Look and Behold" />
<!-- I promise I will do something with this
at some stage in the near future. I just
need an idea and some time -->
<br />
<a class="twitter-timeline" href="https://twitter.com/ShitMyHelgiSays" data-widget-id="536907327732191232">Tweets by @ShitMyHelgiSays</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
</body>
</html>