Skip to content

Instantly share code, notes, and snippets.

@renemorozowich
Created June 20, 2019 01:50
Show Gist options
  • Save renemorozowich/75a38aa77d4fe4f0aa362bfd5e1697ef to your computer and use it in GitHub Desktop.
Save renemorozowich/75a38aa77d4fe4f0aa362bfd5e1697ef to your computer and use it in GitHub Desktop.
Basic index.html file
<!DOCTYPE html>
<html>
<head>
<title>Page Title in Browser Tab</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is my first web page!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment