Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 31s
CI - 4NK Node / Unit Tests (push) Failing after 29s
CI - 4NK Node / Integration Tests (push) Successful in 26s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Docker Build & Test (push) Failing after 10s
CI - 4NK Node / Documentation Tests (push) Successful in 4s
CI - 4NK Node / Performance Tests (push) Successful in 33s
CI - 4NK Node / Notify (push) Failing after 2s
26 lines
858 B
HTML
Executable File
26 lines
858 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="author" content="4NK">
|
|
<meta name="description" content="4NK Web5 Platform">
|
|
<meta name="keywords" content="4NK web5 bitcoin blockchain decentralize dapps relay contract">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./style/4nk.css">
|
|
<script src="https://unpkg.com/html5-qrcode"></script>
|
|
<title>4NK Application</title>
|
|
</head>
|
|
<body>
|
|
<div id="header-container"></div>
|
|
<div id="containerId" class="container">
|
|
<!-- 4NK Web5 Solution -->
|
|
</div>
|
|
<!-- <script type="module" src="/src/index.ts"></script> -->
|
|
<script type="module">
|
|
import { init } from '/src/router.ts';
|
|
(async () => {
|
|
await init();
|
|
})();
|
|
</script>
|
|
</body>
|
|
</html> |