-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.52 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html >
<head>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<link rel="stylesheet" href="css/sprite.css" type="text/css"/>
<link rel="stylesheet" href="css/sprite-grayscale.css" type="text/css"/>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/jquery.mousewheel.min.js"></script>
</head>
<body>
<div id="preload">
<img src="imgs/mastery-sprite.png" width="1" height="1" alt=""/>
<img src="imgs/mastery-sprite-grayscale.png" width="1" height="1" alt=""/>
<img src="imgs/frame-sprite.png" width="1" height="1" alt=""/>
</div>
<div id="outer">
<div id="header">
</div>
<div id="mastery-sim">
</div>
<div id="bottom">
<div class="copyright">
Copyright and all Assets belong to Riot Games.
</div>
<div class="author">
Author: Neil Zhao
</div>
</div>
</div>
<div id="includes">
<script type="text/javascript" src="js/data.js"></script>
<script type="text/javascript" src="js/sim.js"></script>
</div>
</body>
</html>