-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (30 loc) · 1.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="cache-control" content="no-cache"/>
<title>capybara-router</title>
<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.min.css"/>
<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"/>
<style>
html.nprogress-busy {
cursor: wait !important;
}
html.nprogress-busy body, html.nprogress-busy div, html.nprogress-busy input, html.nprogress-busy textarea, html.nprogress-busy button, html.nprogress-busy select, html.nprogress-busy img, html.nprogress-busy a, html.nprogress-busy label, html.nprogress-busy .panel-heading {
cursor: wait !important;
}
</style>
</head>
<body>
<div id="root">
<div class="text-center text-muted h3" style="padding: 20px 0">
<i class="fa fa-spinner fa-pulse fa-fw"></i>
<span class="sr-only">Loading...</span>
</div>
</div>
<a href="https://github.com/kelp404/capybara-router"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<script type="text/javascript" src="//localhost:8001/web.js"></script>
</body>
</html>