reverting to pre-deployment state

This commit is contained in:
Harivansh Rathi 2024-11-20 02:49:50 -05:00
parent 157c810740
commit b03a78e835
10 changed files with 27 additions and 452 deletions

View file

@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/img/profile.png" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harivansh Rathi - Resume</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>