Skip to content

Instantly share code, notes, and snippets.

@vasa-develop
Last active October 6, 2019 04:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasa-develop/91a09d35763458ec61797b236f846dc4 to your computer and use it in GitHub Desktop.
Save vasa-develop/91a09d35763458ec61797b236f846dc4 to your computer and use it in GitHub Desktop.
SimpleAsWater: Host a website using IPFS, IPNS and DNSLink
<!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>
h1 {
color: #3f51b5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment