Created
March 5, 2024 23:00
-
-
Save andrewbruner/71aea30e43d5c52f406642fb851f2ef5 to your computer and use it in GitHub Desktop.
My personal index.html file boilerplate
This file contains hidden or 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></title> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="description" content="" /> | |
<link rel="stylesheet" type="text/css" href="" /> | |
<link rel="icon" href="favicon.png"> | |
</head> | |
<body> | |
<script src=""></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment