14 lines
184 B
HTML
14 lines
184 B
HTML
<html>
|
|
|
|
<head>
|
|
<script src='utils.js'></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1 id='output'></h1>
|
|
</div>
|
|
<script id='script' src='demo.js'></script>
|
|
</body>
|
|
|
|
</html> |