diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 20:58:24 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 21:00:09 +0200 |
| commit | 8521492844cc158dbc5d43161a176c8c80127d6b (patch) | |
| tree | a4a7ad23b6b0260ec401e9891ac644493a5addd6 /web | |
| parent | 57f31e0fec151c0473d53ce6e31432b506f3eacb (diff) | |
add web
Diffstat (limited to 'web')
| -rw-r--r-- | web/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..f972c3d --- /dev/null +++ b/web/index.html @@ -0,0 +1,17 @@ +<!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! + 123 +</header> + +</body> +</html>
\ No newline at end of file |
