-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (29 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en-au" class="tumblrthemr-start">
<head>
<title>Tumblr Themr</title>
<link rel="stylesheet" href="app/stylesheets/tumblrthemr.css" type="text/css" media="screen"/>
</head>
<body>
<div id="tumblrthemr-target">
<!-- Repeated in intro.tumblr -->
<div id="tumblrthemr-intro">Set your configuration</div>
</div>
<div id="tumblrthemr-loading">Loading</div>
<form id="tumblrthemr-config">
<div id="tumblrthemr-error"></div>
<label id="tumblrthemr-label-url">
Source URL:
<span>http://<input name="url" type="text" placeholder="tumblrthemr.tumblr.com" value="tumblrthemr.tumblr.com"/></span>
</label>
<label id="tumblrthemr-label-theme">
Theme file:
<span>themes/<input name="theme" type="text" placeholder="demo" value="demo"/>.tumblr</span>
</label>
<button type="submit">Save settings</button>
<div id="tumblrthemr-config-hide">or <a href="#hide-config" class="tumblrthemr">cancel</a></div>
</form>
<a href="#show-config" id="tumblrthemr-config-show" class="tumblrthemr">Show config</a>
<script src="app/javascripts/tumblr-themr-1.0.min.js"></script>
</body>
</html>