aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/html/index.html
blob: 01b4e536c24903be2c7baaae0754bc3ab3c255d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Example Web Editor</title>
  </head>
  <body>
    <noscript>
      <p>
        This application requires JavaScript to run.
      </p>
    </noscript>
    <div id="app"></div>
  </body>
</html>