forked from alphagov/fourth-wall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 876 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<title>Fourth Wall</title>
<link rel="stylesheet" href="https://assets.digital.cabinet-office.gov.uk/static/fonts.css">
<link rel="stylesheet" href="fourth-wall.css">
</head>
<body>
<ul id="pulls"></ul>
<p id="all-quiet">No open pull requests.</p>
<script src="https://code.jquery.com/jquery-2.0.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.0.0/moment.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.0.0/backbone-min.js" type="text/javascript"></script>
<script src="fourth-wall.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
</body>
</html>