forked from arvindkhadri/alipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
20 lines (17 loc) · 787 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script src="./login.js"></script>
<script src="./sprintf.js"></script>
</stylesheet>
</head>
<body style="margin: auto 10%;">
<img src="http://dev.a11y.in/alipi.gif" style="position:relative; top:50px; left:25px; width:10%; height:20%;"></img>
<span style="position:relative; top:30px; left:20px; font-size:25px;"> Alipi.us</span>
<hr style="position:relative; top:30px;">
<div style="position:relative; top:50px; left:320px; font-size:32px;"> Login with this account.</div>
<div id="blog_this" style="position:relative; top:100px; left:450px;"></div>
<div style="position:absolute; bottom:3%; left:35%;"> Click on image to login into with that account.</div>
</body>
</html>