Post by Vitor Pamplona
How could would a Nostr-HTML be?
<html>
<head>
<title>Hello World</title>
<link rel="stylesheet" href="nostr:<eventID1>" />
<script type="text/javascript" src="nostr:<eventID2>"></script>
</head>
<body>
You can verify this html, CSS, and JS scripts were signed by the author.
</body>
</html>
0
0
0
0
can you give an explanation or reference to what eventID1 eventnID2 are?
1
0
0
0
Just other event types posted by the same author (or other authors).
Like this:
Nothing forbids people from creating Nostr event kinds with code in them. Kind 5392 could be HTML code, 5393 CSS, and 5394 JavaScript. Then a Nostr-native browser can simply render events as if they were files on a regular webpage. The only difference is that now they can be stored in any existing r
... show more0
0
0
0