-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.16 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.16 KB
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
<html>
<head>
<title>React.JS Caffeine Slots</title>
<script src="http://fb.me/react-0.12.1.js"></script>
<script src="http://fb.me/JSXTransformer-0.12.1.js"></script>
<script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
<!-- Get Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
<!-- Bootstrap Include -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Caffeine Styles -->
<link rel="stylesheet" href="assets/stylesheets/slots.css" type="text/css" media="all">
<!-- Include Favicon Link because W3C Recommends It -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<header class="container header-desc">
<div class="row">
<div class="col-md-12">
<h1>Caffeine Slots</h1>
<h2>Lovingly crafted in React.JS & Adobe Illustrator</h2>
</div>
</div>
</header>
<section id="content" class="container"></section>
<script type="text/jsx" src="app.js">
</script>
</body>
</html>