diff options
Diffstat (limited to 'users/wpcarro/website/sandbox/index.html')
-rw-r--r-- | users/wpcarro/website/sandbox/index.html | 15 |
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 000000000000..ecd5475af266 --- /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> |