about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/sandbox/index.html')
-rw-r--r--users/wpcarro/website/sandbox/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/wpcarro/website/sandbox/index.html b/users/wpcarro/website/sandbox/index.html
new file mode 100644
index 0000000000..ecd5475af2
--- /dev/null
+++ b/users/wpcarro/website/sandbox/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <title>sandbox.wpcarro.dev</title>
+  </head>
+  <body>
+    <h1>Projects</h1>
+    <ul>
+      <li>
+        <a href="/covid-uk">COVID-19 in the UK</a>
+      </li>
+    </ul>
+  </body>
+</html>