about summary refs log tree commit diff
path: root/users/wpcarro/website/index.html
blob: 711848de4735c62a9fb315e24a97a65c0341436d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>wpcarro.dev</title>
  </head>
  <body>
    <h1>Sitemap</h1>

    <ul>
      <li>Miscellaneous</li>
      <ul>
        <li>
          <a href="/habits">Habits</a>
        </li>
        <li>
          <a href="https://blog.wpcarro.dev">blog.wpcarro.dev</a>
        </li>
      </ul>
      <li>Social</li>
      <ul>
        <li>
          <a href="https://github.com/wpcarro">Github</a>
        </li>
        <li>
          <a href="https://linkedin.com/in/williampatrickcarroll">LinkedIn</a>
        </li>
      </ul>
    </ul>

  </body>
</html>