forked from leaguevine/leaguevine-ultistats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·26 lines (23 loc) · 916 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Disable Zoom on iOS -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Leaguevine Ultistats</title>
<!-- HTML5 Mobile Boilerplate -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Optional local settings specific to the installation's environment -->
</head>
<body>
<!-- Main container -->
<div role="main" id="main"></div>
<div id="page_loading_area"><img src="assets/img/ajax-loader.gif" /></div>
<!-- Application source -->
<script type="text/javascript" src="assets/js/plugins/localSettings.js"></script>
<script data-main="app/config" src="assets/js/libs/require.js"></script>
</body>
</html>