-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-dev.html
50 lines (45 loc) · 1.66 KB
/
index-dev.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Penguicon 2014 Schedule - Alucodev</title>
<meta name="description" content="Unofficial Penguicon 2014 Schedule App by Stan Carrico and Walter Huf">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="build/index.css">
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target="#collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<span class="tux" title="Penguicon 2014 Schedule"></span> Penguicon 2014
</div>
</div>
<div id="NavBar"></div>
</div>
</nav>
<div class="container">
<div id="EventList" class="col-md-12">
<div class="alert alert-info loadMsg">Loading, please wait...</div>
<div class="list"><h2 class="label label-info">App Initializing...</h2></div>
</div>
</div>
<!-- #main-container -->
<div class="container-fluid custom-modal">
<div id="hotelmap">
Loading...
</div>
<button type="button" class="btn btn-info btn-sm btn-close" aria-hidden="true"><span
class="glyphicon glyphicon-remove"></span></button>
</div>
<script src="build/index.js"></script>
</body>
</html>