<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>React + TypeScript + Replit</title> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script type="module" src="/src/index.tsx"></script> | |
<!-- | |
This script places a badge on your repl's full-browser view back to your repl's cover | |
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green, | |
teal, blue, blurple, magenta, pink! | |
--> | |
<script src="https://replit.com/public/js/replit-badge-v2.js" theme="dark" position="bottom-right"></script> | |
</body> | |
</html> | |