-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ali-Garage & OsSon cafe frontpage">
<title>
Ali-Garage & OsSon cafe
</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Typing header.css"> <!-- Link to external CSS file -->
<link rel="stylesheet" href="menu.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<div id="loader" class="loader">
<h1 id="codeit"></h1>
</div>
</header>
<div class="nav-wrapper">
<nav>
<a href="portfolio.html" class="hover-this"><span>Home</span></a>
<a href="https://www.instagram.com/aligarage_" class="hover-this"><span>Ali-Garage</span></a>
<a href="https://www.instagram.com/ossoncafe" class="hover-this"><span>OSSON CAFE</span></a>
<a href="#" class="hover-this"><span>Contact Us</span></a>
<div class="cursor"></div>
</nav>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typeit/dist/typeit.min.js"></script>
<script src="Typing script.js" defer></script>
<script src="cursor.js"></script>
</body>
</html>