Add index.html

This commit is contained in:
GwenNinja 2024-10-01 18:27:14 +02:00
parent 2b7861c886
commit 2459823a42

26
index.html Normal file
View file

@ -0,0 +1,26 @@
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"
/>
</head>
<body>
<div data-app id="main">Please wait...</div>
<div id="app"></div>
<script>
window.$docsify = {
//...
el: '#main',
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>