Some checks failed
CI / build-test-release (push) Failing after 5m36s
Canonical LGPL-3.0-only text, GPL-3.0 companion, SPDX headers on all first-party sources, MIT for examples/. Vendored lib/ untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
424 B
HTML
12 lines
424 B
HTML
<!DOCTYPE html>
|
|
<!--SPDX-License-Identifier: LGPL-3.0-only-->
|
|
<!--SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®-->
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{WASM}}</title>
|
|
<script>window.CRAFTER_WASM_URL = "{{WASM}}?v={{BUILDID}}";</script>
|
|
{{ENV_SCRIPTS}} <script src="runtime.js?v={{BUILDID}}" type="module"></script>
|
|
</head>
|
|
<body style="margin:0;"></body>
|
|
</html>
|