Skip to content

Instantly share code, notes, and snippets.

@estebanrfp
Forked from giodamelio/index.html
Created April 5, 2018 23:40
Show Gist options
  • Save estebanrfp/9dd6e308a8686e25ca3a06e70900dfd2 to your computer and use it in GitHub Desktop.
Save estebanrfp/9dd6e308a8686e25ca3a06e70900dfd2 to your computer and use it in GitHub Desktop.
IPFS Simple Static Site
<!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>
</body>
</html>
h1 {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment