-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwait.html
More file actions
51 lines (42 loc) · 1.88 KB
/
Copy pathwait.html
File metadata and controls
51 lines (42 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BlabberTabber</title>
<link rel="icon" type="image/png" href="images/favicon.ico"/>
<!-- Bootstrap -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="css/blabbertabber.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" defer></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js" defer></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" defer></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" defer></script>
<script src="js/charlotte.js" defer></script>
</head>
<body>
<!-- BEGIN CHARLOTTE'S CODE -->
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1>Processing...</h1>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div>
<br/>
<p class="lead"><span class="glyphicon glyphicon-hourglass" aria-hidden="true"></span> Your file is
00kb. Our crystal ball predicts your results will be ready in 00 minutes.</p>
</div>
</div>
</div>
</div>
</body>
</html>