-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
54 lines (46 loc) · 1.73 KB
/
Copy pathmain.html
File metadata and controls
54 lines (46 loc) · 1.73 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WEDDING!</title>
<link rel="stylesheet" href="{{static_url('bootstrap.min.css')}}" />
<link rel="stylesheet" href="{{static_url('css/bgcountdown.css')}}" rel="stylesheet"/>
</head>
<body>
<div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<!--<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNavbar">-->
<!--<span class="icon-bar"></span>-->
<!--<span class="icon-bar"></span>-->
<!--<span class="icon-bar"></span>-->
<!--</button>-->
<a class="navbar-brand" href="#">WEDDING WALLA WALLA!</a>
</div>
<!--<div class="navbar-collapse collapse" id="myNavbar">-->
<!--<ul class="nav navbar-nav">-->
<!--<li class="active"><a href="#">Home</a></li>-->
<!--<li><a href="#">Info</a></li>-->
<!--<li><a href="#">Papers</a></li>-->
<!--<li><a href="#">About</a></li>-->
<!--</ul>-->
<!--</div>-->
</div>
</nav>
</div>
<div class="container">
<button type="button" class="btn btn-primary btn-lg btn-block" rel="snapme">SNAP ME!</button>
<div id="photoondiv">
<h1 id="whichphoto" class="Display-1" style="padding:25px 0px 0px 0px"></h1>
</div>
<div id="countdown" >
<!--<h1 class="text-center Display-1 bgcountdown" style="padding:200px 0px 0px 0px" id="photoCountdown">1 / 4</h1>-->
</div>
</div>
</body>
<script src="{{static_url('js/jquery-3.2.1.min.js')}}"></script>
<script src="{{static_url('js/app.js')}}"></script>
<script src="{{static_url('js/camera_controller.js')}}"></script>
<script src="{{static_url('js/spin.js')}}"></script>
</html>