-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautotagger.html
29 lines (27 loc) · 1.09 KB
/
autotagger.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>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="initial-scale=1">
<title>Feedly Tumblrify</title>
<link rel='stylesheet' type='text/css' href='css/font-awesome.css'>
<link rel='stylesheet' type='text/css' href='css/autotagger.css'>
</head>
<body>
<form id='wrapper'>
<div id='save'></div>
<ul id="content">
<li><label for='text'>Texts</label><input id='text' name='text'></li>
<li><label for='photo'>Photos</label><input id='photo' name='photo'></li>
<li><label for='quote'>Quotes</label><input id='quote' name='quote'></li>
<li><label for='link'>Links</label><input id='link' name='link'></li>
<li><label for='answer'>Answers</label><input id='answer' name='answer'></li>
<li><label for='video'>Videos</label><input id='video' name='video'></li>
<li><label for='audio'>Audio</label><input id='audio' name='audio'></li>
<li><label for='chat'>Chats</label><input id='chat' name='chat'></li>
</ul>
</form>
<script src='js/common.js'></script>
<script src='js/autotagger.js'></script>
</body>
</html>