Skip to content

Instantly share code, notes, and snippets.

@3xploiton3
Created October 26, 2019 18:51
Show Gist options
  • Save 3xploiton3/e08a0b63645bba015c1333b10c2ca086 to your computer and use it in GitHub Desktop.
Save 3xploiton3/e08a0b63645bba015c1333b10c2ca086 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