Skip to content

Commit bc9157c

Browse files
committed
.
1 parent 660e1ad commit bc9157c

File tree

7 files changed

+457
-7
lines changed

7 files changed

+457
-7
lines changed

dist/assets/index-CXE7kdqK.js

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-DNMUwD7w.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Sanam Acharya - Portfolio</title>
8+
<meta name="description" content="Portfolio of Sanam Acharya, showcasing mobile app, website, and product designs." />
9+
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
10+
<script type="module" crossorigin src="./assets/index-CXE7kdqK.js"></script>
11+
<link rel="stylesheet" crossorigin href="./assets/index-DNMUwD7w.css">
12+
</head>
13+
<body>
14+
<div id="root"></div>
15+
</body>
16+
</html>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</head>
1111
<body>
1212
<div id="root"></div>
13-
<script type="module" src="/src/main.tsx"></script>
13+
<script type="module" src="./src/main.tsx"></script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)