-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
48 lines (44 loc) · 2.15 KB
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
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<!--G_--------------{ Meta Code's }---------------_-->
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Bisakto-Rahi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="INDEX, FOLLOW">
<!--R <meta http-equiv="refresh" content="30"> -->
<!--//_--------------{ Meta Code's }---------------_-->
<!--W_---------------{ Create Date : 16/05/2025 }---------------_-->
<!--W_---------------{ Last Update : 16/05/2025 }---------------_-->
<title>
Basic Structure
</title>
<!--I_---------------{ Added Favicon }---------------_-->
<link rel="icon" href="./src/assets/img/logo.jpg" type="image/x-icon">
<!--I_---------------{ My Style Sheet CDN }---------------_-->
<link rel="stylesheet" href="./src/CSS/style.css">
<!--I_---------------{ Daisy ui CDN }---------------_-->
<!-- <link href="https://cdn.jsdelivr.net/npm/daisyui@4.12.19/dist/full.min.css" rel="stylesheet" type="text/css" /> -->
<!--I_---------------{ Bootstrap 5.0.2 CSS CDN }---------------_-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!--I_---------------{ Font Awesome Pro-icon CDN }---------------_-->
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.6.0/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-thin.css">
</head>
<!-- _---------------{ ^_^ }---------------_-->
<body>
<div id="root">
</div>
<!--I_---------------{ theme for Javascript }-----------_-->
<!-- <script>
document.documentElement.setAttribute('data-theme', 'light');
</script> -->
<!--I_---------------{ My Javascript CDN }---------------_-->
<script type="module" src="./src/main.jsx"></script>
<!--I_---------------{ Tailwind CSS CDN }---------------_-->
<script src="https://cdn.tailwindcss.com"></script>
</body>
</html>