Files
portfolio-website/index.html
T

14 lines
359 B
HTML
Raw Normal View History

2022-11-22 09:28:51 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-11-24 20:34:49 -05:00
<title>Noah Paige</title>
2022-11-22 09:28:51 -08:00
</head>
<body>
<div id="root"></div>
2023-03-12 13:13:23 -06:00
<script type="module" src="/src/main.jsx"></script>
2022-11-22 09:28:51 -08:00
</body>
</html>