Skip to content

Instantly share code, notes, and snippets.

@dpindur
Created October 3, 2021 04:00
Show Gist options
  • Save dpindur/bff3e7bc5ce5e94155b38825e793181d to your computer and use it in GitHub Desktop.
Save dpindur/bff3e7bc5ce5e94155b38825e793181d to your computer and use it in GitHub Desktop.
HTML Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blank</title>
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<script src="/index.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment