Skip to content

Instantly share code, notes, and snippets.

@hagb4rd
Created March 18, 2019 05:59
Show Gist options
  • Save hagb4rd/5b96750342e575d6e129f3b17c6b7391 to your computer and use it in GitHub Desktop.
Save hagb4rd/5b96750342e575d6e129f3b17c6b7391 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world!</h1>
<script src="script.js"></script>
</body>
</html>
console.log('Hello World!');
/* todo: add styles */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment