-
Notifications
You must be signed in to change notification settings - Fork 0
/
m.htm
31 lines (29 loc) · 1.29 KB
/
m.htm
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
<html>
<title>GaumKap</title>
<script src="js/viewportchecker.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<link rel="stylesheet" href="css/main2.css"> <!-- CSS reset -->
<meta name="viewport" content="width=device-width">
<body>
<table>
<div style="margin-left:auto;margin-top:40%; margin-right:auto;text-align:center">
<img src="im/logo.svg" style="margin-left:auto;margin-right:auto;text-align:center;height:30px; width:100px;" onmousedown="return false" onmousemove="return false" /><br/>
<div style="color:white;" >sorry but this website don't work on Phone<br/> (IOS, Android, other)<br/>
(and the apps on this website work only on Windows :D )
</div>
<div style="color:white; font-size:12px; margin-top:70px;margin-bottom:10px;">
<div style="text-align:center;margin-right:auto;margin-left:auto;">
<img src="im/hopedreams.png" style="float:center;" />
</div>
GaumKap (it's me)<br/>
GKL Android v1.1</a><br/>
<a href="http://twitter.com/GaumKap">Twitter</a>
</div>
</div>
</table>
</body>
<div id="logo" style="display:none;">
<img class="" src="im/lgo.png"/>
</div>
</html>