Skip to content

Instantly share code, notes, and snippets.

@carsonfarmer
Created June 14, 2018 06:37
Show Gist options
  • Save carsonfarmer/b405576e977d06f6eb6a39053de17147 to your computer and use it in GitHub Desktop.
Save carsonfarmer/b405576e977d06f6eb6a39053de17147 to your computer and use it in GitHub Desktop.
index.html step 1
<!doctype html>
<html>
<head>
<meta charset="utf8">
<title>Encryptoid ĐApp</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="main">
<h1>Welcome to Encryptoid!</h1>
</div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment