Files

13 lines
307 B
HTML
Raw Permalink Normal View History

2022-11-22 09:28:51 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-09-21 14:23:13 -07:00
<title>Noah Paige Portfolio</title>
2022-11-22 09:28:51 -08:00
</head>
<body>
<div id="root"></div>
2023-09-21 14:23:13 -07:00
<script type="module" src="/src/main.jsx"></script>
2022-11-22 09:28:51 -08:00
</body>
</html>