Files
nostr-relay-registry/public/index.html
fiatjaf 270f242d1f remove webpack, use esbuild instead.
this probably breaks docker. @cameri help.
2022-02-12 14:28:49 -03:00

9 lines
164 B
HTML

<!DOCTYPE html>
<meta charset="utf-8" />
<title>Nostr Relay Registry</title>
<div id="app" style="font-family: monospace"></div>
<script src="main.js"></script>