Skip to content

Instantly share code, notes, and snippets.

@SteGriff
Last active August 14, 2023 14:17
Show Gist options
  • Save SteGriff/75dcaab5f4e0b161ceed9af16c041c65 to your computer and use it in GitHub Desktop.
Save SteGriff/75dcaab5f4e0b161ceed9af16c041c65 to your computer and use it in GitHub Desktop.
Base HTML
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Hello</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="/css/tachyons.css"> -->
<style>
</style>
</head>
<body>
<main>
<h1>Hello world</h1>
</main>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment