-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathallUrl.html
More file actions
36 lines (36 loc) · 1.78 KB
/
allUrl.html
File metadata and controls
36 lines (36 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./allUrl-style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/3.0.8/fullpage.min.css">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" /> <title>Document</title>
</head>
<body>
<nav>
<h1>shortify</h1>
<ul>
<li><a href="index.html#first">Home</a></li>
<li><a href="index.html#second">Uses</a></li>
<li><a href="index.html#third">Card</a></li>
<li class="login-container"><div class="login"><a href="./login.html">Login</a></div></li>
</ul>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
<div class="modal"></div>
<div class="searchModal"></div>
<div class="copied">Copied to Clipboard</div>
<div class="search-container"><span></span><div class="search-icon"><i class="fas fa-search"></i></div><input type="text" name="search" autocomplete="off" placeholder="search"></div>
<div class="allurl-container">
</div>
<script src="./allUrl-script.js"></script>
</body>
</html>