mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 08:19:06 -05:00
8 lines
283 B
HTML
8 lines
283 B
HTML
<meta charset=utf-8>
|
|
<title>nostr army knife</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<body class="bg-emerald-200 text-black m-0 w-full h-full">
|
|
<div id="app" class="w-full h-full"></div>
|
|
<script type="module" src="/target/esbuild/bundle.js"></script>
|
|
</body>
|