summaryrefslogtreecommitdiff
path: root/guide/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-27 13:13:12 -0400
committerpommicket <pommicket@gmail.com>2023-08-27 13:13:12 -0400
commitd83e63310a5fe2a35775cb70327c24204ea7464b (patch)
tree21b6b676617c412a3c22a0577f1915791540169d /guide/index.html
parent132289ea7c3bffb99bd392fd44a6b1508b6a740b (diff)
start "about"
Diffstat (limited to 'guide/index.html')
-rw-r--r--guide/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/guide/index.html b/guide/index.html
new file mode 100644
index 0000000..643a12f
--- /dev/null
+++ b/guide/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>pugl guide</title>
+ <meta charset="utf-8">
+ <meta content="width=device-width,initial-scale=1" name="viewport">
+ <link rel="icon" href="../favicon.ico">
+ <link rel="stylesheet" href="../style.css">
+</head>
+
+<body>
+<div id="page">
+ <h2>guide</h2>
+ <p>
+ Lorem ipsum dolor sit amet
+ </p>
+</div>
+
+</body>
+</html>