trailBlazerSupply-frontend/index.html

14 lines
389 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TrailBlazer Supply Co.</title>
</head>
<body class="font-bodyFont">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>