1 Commits
p1.0.3 ... wiki

Author SHA1 Message Date
41eb851d59 Initial Wiki commit 2025-01-18 14:25:56 +01:00
3 changed files with 24 additions and 1 deletions

0
.nojekyll Normal file
View File

View File

@@ -1,2 +1,3 @@
# Test # Headline
> An awesome project.

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>