Last active
August 14, 2023 14:17
-
-
Save SteGriff/75dcaab5f4e0b161ceed9af16c041c65 to your computer and use it in GitHub Desktop.
Base HTML
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> | |
<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