- Introduced `index-zhtd763e.css` with a tailored CSS rule set for performance optimization. - Added `index-zqddcpy5.js` containing essential JavaScript for React app functionality and improved compatibility.
13 lines
369 B
HTML
13 lines
369 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Nostr Relay</title>
|
|
<link rel="stylesheet" href="tailwind.min.css" />
|
|
</head>
|
|
<body class="bg-white">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.jsx"></script>
|
|
</body>
|
|
</html> |