Created
March 31, 2019 00:37
-
-
Save AlexJoz/82512ccc641d424a8c21cca9c100094b to your computer and use it in GitHub Desktop.
index.html example sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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