index.html 309 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
3
4
5
6
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
Jiwon Yoon's avatar
Jiwon Yoon committed
7
    <title>Simple Survey Form</title>
Yoon, Daeki's avatar
Yoon, Daeki committed
8
9
10
11
12
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>