Skip to content

Instantly share code, notes, and snippets.

@jdanyow
Created March 3, 2020 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdanyow/0f175dba723510d94c87bf05bbb127a6 to your computer and use it in GitHub Desktop.
Save jdanyow/0f175dba723510d94c87bf05bbb127a6 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>
<a href="https://docs.microsoft.com/en-us/learn/modules/create-an-azure-account/?source=catalog">
Here's a link to learn from the catalog API
</a>
</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