An interesting application of nostr is to host websites in a decentralized way, here is an example, this simple website is hosted on nostr relays with the owner's signature of the public key.
(index.html)
---------------------
NOSTR
the future of web hosting! 🌐️
---------------------
(style.css)
---------------------
body {
background-color:#16202a;
}
.title {
color: #71c9f7;
text-align: center;
font-family: verdana;
}
#paragraph {
font-family: verdana;
font-size: 20px;
color: #71c9f7;
text-align: center;
}
---------------------