forked from djsahfy/delta-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (28 loc) · 945 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="ZhhgziqT5GSYKvacgrhjZbzT4WaEnsgxMUayfPZ4Pug" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Delta Executor</title>
<link rel="stylesheet" href="mystyle.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Delta Executor</a>
<input type="checkbox" id="check">
<label for="check" class="icons">
<i class='bx bx-menu' id="menu-icon"></i>
<i class='bx bx-x' id="close-icon"></i>
</label>
<nav class="Navbar">
<a href="#">Home</a>
<a href="#">Features</a>
<a href="#">Documentation</a>
<a href="#">About</a>
</nav>
</header>
</body>
</html>