-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (45 loc) · 2.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Charts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="/assets/css/basic.css">
<link rel="stylesheet" href="/assets/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/vendor/font-awesome-4.4.0/css/font-awesome.css">
<link rel="stylesheet" href="main.css">
<script type="text/javascript" src="/assets/vendor/requirejs/r.js" data-main="main"></script>
</head>
<body>
<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--<div id="page">
<a href="/about">About</a>
<div class='title-tile'>
<h1 class='center huge-font'> Charts </h1>
<h2 class="center sub-title">
<small>a</small> HUGE <small>ems system for the cloud</small>
<i class="cloud fa fa-cloud fa-lg"></i>
</h2>
<div class="center rel top_17">
<button type="submit" class="btn btn-primary">Sign in</button> +
<button type="submit" class="btn btn-success">Sign up</button>
</div>
<div id="credentials">
</div>
</div>
<footer class="m_top_50 center">
Charts - Created by <a href="http://www.nickfiorini.com"> Nick Fiorini </a> - 2015 <i class="fa fa-copyright"></i> All rights reserved
<br>
<div class="links">
<a class="link" href="/about">About</a> <a class="link" href="/info"> Info </a> <a class="link" href="/contact"> Contact us </a>
</div>
</footer>
</div>-->
</body>
</html>