about summary refs log tree commit diff
path: root/users/wpcarro/boilerplate/typescript/src/index.html
blob: 91752af916a42468276318e0047fdc37c01e52e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="./index.css" />
  </head>
  <body>
    <div id="mount"></div>
    <script src="./index.tsx"></script>
  </body>
</html>