-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 945 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Orbitron&family=Roboto&display=swap" rel="stylesheet">
<link type="image/x-icon" rel="shortcut icon" href="https://cdn-icons-png.flaticon.com/512/4287/4287555.png"/>
<link href="CSS/style-index.css" rel="stylesheet"/>
<link rel="stylesheet" href="./CSS/style-one.css"/>
<title>Home</title>
</head>
<body>
<main class="home-intro">
<a href="#" class="back-to-top">⬆ Back to Top</a>
</main>
<script src="./js/data.js"></script>
<script src="./js/common.js"></script>
<script src="./js/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>