Skip to content

Commit e88e89f

Browse files
committed
added site_live.html
1 parent 88f1362 commit e88e89f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

site_live.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Ayush | Portfolio</title>
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/src/main.jsx"></script>
12+
</body>
13+
</html>
14+

0 commit comments

Comments
 (0)