diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·52+0000 |
commit | f4fea2346e69235f8346ae626359fa1bf901282d (patch) | |
tree | 45e45ebc8b6bd70f213e625c904076642b7d5215 /website/sandbox/index.html | |
parent | 1d5ab45303c700e188a1f041f6ff6630e96c7f03 (diff) |
Move sandbox into website
Nest the sandbox work under ./website.
Diffstat (limited to 'website/sandbox/index.html')
-rw-r--r-- | website/sandbox/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/website/sandbox/index.html b/website/sandbox/index.html new file mode 100644 index 000000000000..b549bf443e07 --- /dev/null +++ b/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> |