mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 13:21:48 +01:00
15 lines
397 B
HTML
15 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link href="/favicon.ico" rel="icon">
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
<title>Nostr decentralized search and other stuff</title>
|
|
<meta content="#ffffff" name="theme-color">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/src/main.js" type="module"></script>
|
|
</body>
|
|
</html>
|