summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 20:58:24 +0200
committerewy <ewy0@protonmail.com>2026-04-14 20:58:24 +0200
commit8d36bdcd47b3a8d35b038b4c2da41f80af46482b (patch)
tree88393d1fd4f0bda8ef7a566e30a1c19c61bef120
parent57f31e0fec151c0473d53ce6e31432b506f3eacb (diff)
add web
-rw-r--r--web/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
new file mode 100644
index 0000000..c0dd50d
--- /dev/null
+++ b/web/index.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport"
+ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>pik - file based task runner</title>
+</head>
+<body>
+<header>
+ Test!
+</header>
+
+</body>
+</html> \ No newline at end of file