2023-02-07 17:04:17 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2023-02-07 17:04:18 -06:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
|
2023-02-07 17:04:18 -06:00
|
|
|
<link rel="stylesheet" href="./src/styles.css" />
|
2023-02-07 17:04:19 -06:00
|
|
|
<title>noStrudel</title>
|
2023-02-07 17:04:18 -06:00
|
|
|
<meta name="description" content="A simple web based nostr client i built myself." />
|
2023-02-07 17:04:18 -06:00
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
2023-02-07 17:04:19 -06:00
|
|
|
<meta name="theme-color" content="#8DB600" />
|
2023-02-07 17:04:17 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2023-02-07 17:04:18 -06:00
|
|
|
<script type="module" src="./src/index.tsx"></script>
|
2023-02-07 17:04:18 -06:00
|
|
|
|
2023-02-08 15:49:49 -06:00
|
|
|
<script async src="/lib/twitter-widgets.js" charset="utf-8"></script>
|
2023-02-07 17:04:17 -06:00
|
|
|
</body>
|
|
|
|
</html>
|