summaryrefslogtreecommitdiff
path: root/index.html
blob: 1d6b2af36f6d48f1f2ea34088d29e572197f553b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Tiny USB</title>
    <meta http-equiv="refresh" content="0; url = https://docs.tinyusb.org" /> 
  </head>
  <body>
      <div style="background-image: url(bg.png); font-size: 20px; text-align: center; padding: 0 20px 20px 20px; border: 2px dotted black; margin: 30px;">
          <h1>Tiny USB</h1>
          Site is under-construction. Check out my repo at
          <a href="https://github.com/hathach/tinyusb">https://github.com/hathach/tinyusb</a>
          or drop me an email [email protected]
      </div>
  </body>
</html>