Skip to content

Instantly share code, notes, and snippets.

@giodamelio
Last active April 5, 2018 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save giodamelio/7f01283fafdffee2ce2e to your computer and use it in GitHub Desktop.
Save giodamelio/7f01283fafdffee2ce2e 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