generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 48s
11 lines
160 B
HTML
11 lines
160 B
HTML
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Test</h1>
|
|
<p>Just a demo page.</p>
|
|
</main>
|
|
</body>
|
|
<script src="./prod/index.js"></script>
|