-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 874 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://talkiepedia.forgealumnus.com/image/fav.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Talkiepedia | Voices That Lead</title>
<!-- Bootstrap CSS & FontAwesome -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
<link rel="stylesheet" href="https://talkiepedia.forgealumnus.com/css/style.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper@11/swiper-bundle.min.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>