-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdocspopout.html
26 lines (26 loc) · 1.1 KB
/
docspopout.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
<!DOCTYPE html>
<html>
<head>
<title>atto guide</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="atto guide">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="atto guide">
<meta property="og:image" content="https://atto.devicefuture.org/media/cover.png">
<meta property="og:image:type" content="image/png">
<link rel="icon" href="media/logo.png">
<link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="style.css">
<script src="lib/showdown.min.js"></script>
<script src="lib/base2048.js"></script>
<script src="supportcheck.js"></script>
<script type="module" src="docspopout.js"></script>
<script src="docs.js"></script>
</head>
<body id="docsPopout">
<div id="docsContent"></div>
</body>
</html>