-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="google-site-verification" content="3ZCO6UtRTpMLivkAly5iNBW5fJXzd6FgCxToxLzGeyw"/>
<title>ADAMatic</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="extension/img/icon48.png" type="image/jpg"/>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="index.js" defer></script>
</head>
<body>
<noscript>
This website requires JavaScript.
</noscript>
<main id="main" class="markdown">
<div id="header" onclick="window.location.href = location.pathname;">
<img src="extension/img/icon128.png">
<span>ADAMatic</span>
</div>
<div id="changes">
<div id="changes-header">
<h2 id="changes-title"></h2>
<span id="changes-dismiss" onclick="document.getElementById('changes').style.display = 'none';">×</span>
</div>
<div id="changelog"></div>
</div>
<div id="abstract"></div>
<div>
<a class="primary" href="https://chromewebstore.google.com/detail/falhcaokchhdmcihdbjkgmmmgkdiijpd">Get for Chrome</a>
<a class="secondary" href="https://github.com/thechnet/adamatic">GitHub</a>
<a class="secondary" href="https://github.com/thechnet/adamatic/issues">Report a problem or suggest a feature</a>
</div>
<div id="highlights"></div>
<footer>
© <a href="http://chnet.bplaced.net/">chnet</a>
</footer>
</main>
</body>
</html>