-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (32 loc) · 1.54 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>OpenPrism</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="container">
<h1>OpenPrism</h1>
<p><a href="mailto:[email protected]">Tell us what you're up to</a>.</p>
<p>Alternatively, log in to one of our partner sites:</p>
<ul>
<li><a href="http://microsoft.com">Microsoft</a></li>
<li><a href="http://yahoo.com">Yahoo!</a></li>
<li><a href="http://google.com">Google</a></li>
<li><a href="http://facebook.com">Facebook</a></li>
<li><a href="http://paltalk.com">PalTalk</a> (yeah, we don't know who they are either)</li>
<li><a href="http://youtube.com">YouTube</a></li>
<li><a href="http://skype.com">Skype</a></li>
<li><a href="http://aol.com">AOL</a></li>
<li><a href="http://apple.com">Apple</a></li>
<li><a href="http://twitter.com">Twitter</a> (coming soon - once we've set our lawyers on them)</li>
</ul>
<p><small>This is intentionally a joke - just covering myself since
you can never be too careful when it comes to this sort of thing
;-)</small></p>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</div>
</body>
</html>