-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
26 lines (24 loc) · 1.17 KB
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 lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SPLIST — Ultra-fast Markdown Splitter</title>
<meta name="description" content="Instantly split and structure massive Markdown files right in your browser." />
<meta name="theme-color" content="#0f172a" />
<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="apple-touch-icon" href="./favicon.png" />
<!-- External Runtime Dependencies (Deferred Execution) -->
<script defer src="./jszip.min.js"></script>
<script defer src="./splist-core.js"></script>
<!-- Elegant Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,100..1000;1,100..1000&display=swap" rel="stylesheet">
<script type="module" crossorigin src="./assets/index-BR8j9XK1.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CwL6UY1k.css">
</head>
<body>
<div id="root"></div>
</body>
</html>