Skip to content

Instantly share code, notes, and snippets.

@AlexJoz
Created March 31, 2019 00:37
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 AlexJoz/82512ccc641d424a8c21cca9c100094b to your computer and use it in GitHub Desktop.
Save AlexJoz/82512ccc641d424a8c21cca9c100094b to your computer and use it in GitHub Desktop.
index.html example sample
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HelloWorld</title>
</head>
<body>
<h1> Hello World! </h1>
<script>
console.log("Hello Console!")
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment