about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/index.html
blob: ecd5475af26665a34f04b33ade2289d272a6f3ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>