Skip to content

Instantly share code, notes, and snippets.

@MicrowaveDev
Last active May 9, 2018 18:24
Show Gist options
  • Save MicrowaveDev/06cc2cc826a25fecaa08cfe88ebdab21 to your computer and use it in GitHub Desktop.
Save MicrowaveDev/06cc2cc826a25fecaa08cfe88ebdab21 to your computer and use it in GitHub Desktop.
<!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! Look at this cute cat.jpeg</h1>
<img src="./cat.jpeg"/>
</body>
</html>
h1 {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment