14 lines
413 B
HTML
14 lines
413 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<meta name="description" content="Starter Snowpack App" />
|
||
|
|
<title>Starter Snowpack App</title>
|
||
|
|
<script type="module" src="/build/snowpack.fixture.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<noscript>Needs JavaScript to test fixture</noscript>
|
||
|
|
</body>
|
||
|
|
</html>
|