-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.4 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/x-icon" href="assets/icon/switch.jpg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SWITCHYPE</title>
</head>
<body>
<nav class="navbar">
<img src="assets/images/gif.gif" class="gif" height= 60 width= 75 alt="gif">
<a href="index.html"><img class="logo" src="assets\icon\welcome.jpg" height="143" width="703"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index2.html">Linear</a></li>
<li><a href="index3.html">Tactile</a></li>
<li><a href="index4.html">Clicky</a></li>
</ul>
</nav>
<br><br><br><br><br>
<img class="background" src="assets/images/background.jpeg" alt="bug" height="1279" width="2560">
<div class="main">
<h1>Welcome to SWITCHYPE<br><br><span>Get to know your<br>favorite Keyboard Switch</span></h1>
</div>
<script src="main.js"></script>
</body>
</html>