-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
66 lines (61 loc) · 2.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content=""width=device-width, inital-scale="1.0">
<title>ShortCut v2</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/Icon.png" type ="image/x-icon">
</head>
<body>
<div class = "sidebar active">
<div class= "toggle-btn">
<span></span>
<span></span>
<span></span>
</div>
<div class ="links">
<a href="file:///C:/Users/corey/Desktop/New%20Shortcut/ShortCut.html">
<u>Short Cut</u>
</a>
<a href="https://www.youtube.com/">
Youtube
</a>
<a href="https://open.spotify.com/">
Spotify
</a>
<a href="https://mail.google.com/mail/u/0/?tab=rm#inbox">
Gmail
</a>
<a href="https://drive.google.com/drive/u/0/my-drive">
Google Drive
</a>
<a href="https://udel.instructure.com/">
Canvas
</a>
<a href="https://github.com/dashboard">
GitHub
</a>
<a href="https://udcs.ead.udel.edu/psc/SAPRD/EMPLOYEE/PSFT_CS/c/NUI_FRAMEWORK.PT_LANDINGPAGE.GBL?">
UDSIS
</a>
<a href="https://www.amazon.com/">
Amazon
</a>
<a href="https://discordapp.com/activity">
Discord
</a>
<a href="https://www.instagram.com/?hl=en">
Instagram
</a>
</div>
</div>
<div class ="container">
<font size="5"><h2 style = "position:relative; left:400px; top:-100px;"><u>Short Cut</u></h2></font>
<form action="https:/www.google.com/search" method="get" class="search-bar" autocomplete="off">
<input type="text" placeholder="Search" name="q">
<button type="submit"> <img src="images/search.png"></button>
</form>
</div>
<script src="Control.js"></script>
</body>
</html>