-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 999 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>Tumblrbone</title>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/mustache.js"></script>
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/underscore-min.js"></script>
<script type="text/javascript" src="js/backbone-min.js"></script>
<script type="text/javascript" src="js/mustaches.js"></script>
<script type="text/javascript" src="js/tumblrbone.js"></script>
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 480px)" href="css/480px.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 481px) and (max-device-width: 720px)" href="css/720px.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 721px)" href="css/1280px.css" />
</head>
<body id="tumblrbone" data-blog="{{blog-hostname}}" data-api="{{api-key}}">
</body>
</html>