-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (57 loc) · 2.88 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en-CH">
<head>
<title>editor.txt</title>
<meta name="mobile-web-app-title" content="title">
<meta name="apple-mobile-web-app-title" content="title">
<link id="favicon" rel="icon" type="image/png" href="assets/logo/favicon_256.png">
<link rel="icon" type="image/svg+xml" href="assets/logo/logo_black.svg">
<link rel="shortcut icon" type="image/png" href="assets/logo/favicon_256.png">
<link rel="apple-touch-icon" href="assets/logo/favicon_256.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/logo/favicon_256.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/logo/favicon_256.png">
<link rel="apple-touch-icon" sizes="167x167" href="assets/logo/favicon_256.png">
<link rel="canonical" href="https://simpleeditor.dev">
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta charset="UTF-8">
<meta name="description" content="editor.txt">
<meta name="keywords" content="editor.txt">
<meta name="author" content="Michi von Ah">
<meta name="robots" content="index">
<meta http-equiv="expires" content="43200">
<meta property="og:title" content="editor.txt">
<meta property="og:description" content="description">
<meta property="og:image" content="assets/logo/favicon_256.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:url" content="https://simpleeditor.dev/">
<meta property="og:site_name" content="editor.txt">
<meta property="twitter:title" content="editor.txt">
<meta property="twitter:description" content="editor.txt">
<meta property="twitter:image" content="assets/logo/favicon_256.png">
<meta name="twitter:image:alt" content="editor.txt">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@michivonah">
<meta name="twitter:creator" content="@michivonah">
<meta name="theme-color" content="#3498db">
<meta name="mobile-web-app-status-bar-style" content="#2980b9">
<meta name="apple-mobile-web-app-status-bar-style" content="#2980b9">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json">
<script async src="https://data.mchvnh.ch/tracker.js" data-ackee-server="https://data.mchvnh.ch" data-ackee-domain-id="99002192-8ca0-4b58-9d86-ac2c3ef60923"></script>
</head>
<body>
<div id="titleBar">
<p contenteditable="true" spellcheck="false">editor.md</p>
</div>
<div id="userContent" contenteditable="true" spellcheck="false">
<p>Type here...</p>
</div>
<div id="restore">
<i class="ai-paper"></i>
<p>Restore your last note</p>
<p>3 days ago</p>
</div>
</body>
</html>