about summary refs log tree commit diff
path: root/users/aspen/wigglydonke.rs/index.html
blob: 4fd7f25fcf8c4e82e6f6389e0c24a0106594bcd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Kids Love Wiggly Donkers!</title>
    <style type="text/css">
      #wiggly-donkers {
          width: 100%;
      }
    </style>
  </head>
  <body>
    <a href="https://tvl.fyi">
      <img src="/wd.png" id="wiggly-donkers"/>
    </a>
  </body>
</html>