-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (42 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en" id="themeChange">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Luckie Mumba • Website</title>
<meta name="theme-color" content="#233831" />
<link rel="stylesheet" href="./src/styles/About.css" />
<link rel="stylesheet" href="./src/styles/Ai.css" />
<link rel="stylesheet" href="./src/styles/BackgroundPages/background.css" />
<!-- <link rel="stylesheet" href="./src/styles/Atribute.css" /> -->
<link rel="stylesheet" href="./src/styles/Avatar.css" />
<link rel="stylesheet" href="./src/styles/Browser.css" />
<link rel="stylesheet" href="./src/styles/Callout.css" />
<link rel="stylesheet" href="./src/styles/CardsWip.css" />
<link rel="stylesheet" href="./src/styles/Css.css" />
<link rel="stylesheet" href="./src/styles/CssForKicks.css" />
<link rel="stylesheet" href="./src/styles/Date.css" />
<link rel="stylesheet" href="./src/styles/Error.css" />
<link rel="stylesheet" href="./src/styles/Fun.css" />
<link rel="stylesheet" href="./src/styles/GridBlock.css" />
<link rel="stylesheet" href="./src/styles/Hero.css" />
<link rel="stylesheet" href="./src/styles/Index.css" />
<link rel="stylesheet" href="./src/styles/Layout.css" />
<link rel="stylesheet" href="./src/styles/LearnMore.css" />
<link rel="stylesheet" href="./src/styles/Loader.css" />
<link rel="stylesheet" href="./src/styles/MainLayout.css" />
<link rel="stylesheet" href="./src/styles/MegaButton.css" />
<link rel="stylesheet" href="./src/styles/MusicPlayer.css" />
<link rel="stylesheet" href="./src/styles/Notes.css" />
<link rel="stylesheet" href="./src/styles/Plugin.css" />
<link rel="stylesheet" href="./src/styles/Plugins.css" />
<link rel="stylesheet" href="./src/styles/Spotify.css" />
<link rel="stylesheet" href="./src/styles/Switch.css" />
<link rel="stylesheet" href="./src/styles/Title.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>