-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup.html
More file actions
24 lines (23 loc) · 762 Bytes
/
backup.html
File metadata and controls
24 lines (23 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="EN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>(^_^) linkiful</title>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="backup.css">
</head>
<body class="light">
<div id="header" class="light">
<h1><a href="">linkiful<span class="pink"> (^_^)</span></a></h1>
<p>Save, tag, filter, search and backup your links locally!</p>
</div>
<div id="content-wrapper" class="pink">
<h2>Backup your links</h2>
<h4>Save the following text in a text-file...</h4>
<div id = "result">
</div>
</div>
<script type="text/javascript" src="backup.js"></script>
</body>
</html>