enterprise/examples/helloworld/static/index.html

11 lines
228 B
HTML
Raw Permalink Normal View History

2020-02-08 21:31:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>what the Hek</title>
</head>
<body>
<div id="app"></div>
2020-02-11 06:34:13 +00:00
<script src="helloworld.js"></script>
2020-02-08 21:31:42 +00:00
</body>
</html>