Skip to content

Instantly share code, notes, and snippets.

@andrewbruner
Created March 5, 2024 23:00
Show Gist options
  • Save andrewbruner/71aea30e43d5c52f406642fb851f2ef5 to your computer and use it in GitHub Desktop.
Save andrewbruner/71aea30e43d5c52f406642fb851f2ef5 to your computer and use it in GitHub Desktop.
My personal index.html file boilerplate
<!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