Last active
October 6, 2019 04:32
-
-
Save vasa-develop/91a09d35763458ec61797b236f846dc4 to your computer and use it in GitHub Desktop.
SimpleAsWater: Host a website using IPFS, IPNS and DNSLink
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Hello IPFS!</title> | |
<link rel="stylesheet" href="./style.css" /> | |
</head> | |
<body> | |
<h1>Hello IPFS!</h1> | |
<span>Hosting on IPFS is SimpleAsWater</span> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
color: #3f51b5; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment