Skip to content

Instantly share code, notes, and snippets.

@Bongulielmi
Forked from giodamelio/index.html
Created August 29, 2017 13:18
Show Gist options
  • Save Bongulielmi/f3286bef4ba9fd2ca0d845a4868b7a82 to your computer and use it in GitHub Desktop.
Save Bongulielmi/f3286bef4ba9fd2ca0d845a4868b7a82 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