summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/index.html
blob: f31da7f50c5799e3bdd8cb5ad9036660aeff4b6a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>hello_world</title>
  <script type="text/javascript" src="script/hello_world.js"></script>
</head>
<body></body>
</html>