Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/app-web/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>Learn 6502 Assembly — Adwaita SPA (Phase 1)</title>
<title>Learn 6502 Assembly</title>
</head>
<body>
<!-- Dev entry for the new adwaita-web shell (Vite gjsifyBrowser preset).
Separate from the classic Jekyll site so its published output is
untouched. Production is built with `gjsify build --app browser`. -->
<!-- Dev entry for the adwaita-web shell (Vite gjsifyBrowser preset).
Production is built with `gjsify build --app browser`. -->
<script type="module" src="./src/app/main.ts"></script>
</body>
</html>
Loading