Skip to content

Instantly share code, notes, and snippets.

@jambutler
Created October 27, 2016 20:09
Show Gist options
  • Save jambutler/57a2c7c41a40f28506d442a0d984b7af to your computer and use it in GitHub Desktop.
Save jambutler/57a2c7c41a40f28506d442a0d984b7af to your computer and use it in GitHub Desktop.
Auth Service
<!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