-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (20 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TotallyInformation Web Components Documentation</title>
<meta name="description" content="TotallyInformation Web Components Documentation">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./images/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/docsify-themeable/style.min.css" type="text/css">
<!-- docsify-themeable styles-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@latest/dist/css/theme-simple.css" title="light">
<link rel="stylesheet alternative" href="https://cdn.jsdelivr.net/npm/docsify-themeable@latest/dist/css/theme-simple-dark.css" title="dark">
<link rel="stylesheet" type="text/css" href="./.config/index.css">
<script defer src="./.config/index.js">/* JS and CSS now split into separate files */</script>
<script defer src="./.config/app.js">/* Local bundle of docsify and plugins */</script>
</head>
<body>
<div id="app">Loading ...</div>
</body>
</html>