enterprise/examples/helloworld/static/index.html
2020-02-11 00:34:13 -06:00

11 lines
No EOL
228 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>what the Hek</title>
</head>
<body>
<div id="app"></div>
<script src="helloworld.js"></script>
</body>
</html>