summary refs log tree commit diff
path: root/template.html
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-08 20:21:42 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-08 20:21:42 -0700
commit65abbd8e58c9ed61c86ebd64cbaf28843235db10 (patch)
tree60c75f646587c0d764deddbd6d32d7e7223aca5f /template.html
ADD: site
Diffstat (limited to 'template.html')
-rw-r--r--template.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/template.html b/template.html new file mode 100644 index 0000000..c094481 --- /dev/null +++ b/template.html
@@ -0,0 +1,13 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width-device-width, inital-scale=1.0">
6 <title>0druid.cc</title>
7 <link rel="stylesheet" href="style.css">
8</head>
9<body>
10 <h1>0druid.cc</h1>
11 <p>under construction.<p>
12</body>
13</html>