yosup/web/index.html
William Casarin a5f7e50318 blah
Signed-off-by: William Casarin <jb55@jb55.com>
2022-09-08 11:16:11 -07:00

28 lines
669 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Damus Web</title>
<link rel="stylesheet" href="damus.css?v=3">
</head>
<body>
<section class="header">
<span class="logo">
<img src="img/damus-nobg.svg"/>
</span>
</section>
<div class="container">
<div id="posts">
</div>
</div>
<script src="nostr.js?v=2"></script>
<script src="damus.js?v=3"></script>
<script>
const relay = damus_web_init("4e8b44bb43018f79bd3efcdcd71af43814cdf996e0c62adedda1ac33bf5e1371")
</script>
</body>
</html>