Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
413 B
HTML
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<!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>