about summary refs log tree commit diff
path: root/public/index.html
blob: c12fddc36d8a47f7bb212737ce0a23fcc875050b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">     
    <title> WEBAPP </title>
  </head>
  <body>
      <div id="root"></div>
  </body>
</html>