Skip to content

Instantly share code, notes, and snippets.

@ashwanth1109
Last active January 20, 2021 08:44
Show Gist options
  • Save ashwanth1109/3ba6048bfc8eee5cf80493e04961ab8e to your computer and use it in GitHub Desktop.
Save ashwanth1109/3ba6048bfc8eee5cf80493e04961ab8e to your computer and use it in GitHub Desktop.
Minimal HTML template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<title>Minimal HTML</title>
</head>
<body>
<div id="root"></div>
<script src="../src/index.tsx"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment