-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
24 lines (24 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home of Jswh on Internet</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<script src="static/jquery.flip.min.js"></script>
<link href="static/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato|Alegreya" rel="stylesheet">
</head>
<body>
<div id='mask'><img src="static/ring.gif"></div>
<header>
<img src="static/home.png" alt="home" style="width:30px;float: left;margin-right:0.5em;">
<h2 style="font-family: 'Alegreya', serif;">JSWH.ME</h2>
</header>
<div id='container'>
</div>
<div id="copyright"> © jswh 2018 </div>
<a href="https://github.com/jswh/jhome"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<script src="static/main.js"></script>
</body>
</html>