- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
14 lines (14 loc) · 482 Bytes
/
Copy pathindex.html
File metadata and controls
14 lines (14 loc) · 482 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<linkrel="icon" type="image/svg+xml" href="/vite.svg" />
<linkrel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web Development</title>
</head>
<body>
<divid="root"></div>
<scripttype="module" src="/src/main.jsx"></script>
</body>
</html>