-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 1.77 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
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
<!-- STEVEN -->
<!-- 16520203 -->
<!DOCTYPE html>
<html>
<head>
<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>ARC Search</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" type="image/jpg" href="assets/favicon.ico" />
</head>
<body>
<nav>
<a href="https://mail.google.com">Gmail</a>
<a href="https://www.google.com/imghp">Images</a>
<img src="assets/bussiness-man.png" alt="profile-thumbnail" />
</nav>
<form action="https://google.com/search">
<img src="assets/arc-search-logo.webp" alt="main" />
<div class="search-input">
<input type="text" name="q" />
<img
src="assets/icons/search-24px.svg"
alt="search-icon"
class="icon search-icon"
/>
<img
src="assets/icons/mic-24px.svg"
alt="mic-icon"
class="icon mic-icon"
/>
</div>
<div class="button">
<button type="submit">Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
<p>
ARC offered in:
<a href="https://arc.itb.ac.id" style="color: rgb(133, 160, 37);"
>Institut Teknologi Bandung</a
>
</p>
</form>
<!--CODE TAMBAHAN DILUAR DAY-->
<!--CODE TAMBAHAN DILUAR DAY-->
<!--CODE TAMBAHAN DILUAR DAY-->
<script type="text/javascript" src="dark.js"></script>
<label class="switch">
<input type="checkbox" onclick="dark()" />
<span class="slider round"></span>
</label>
</body>
<marquee scrollamount="5" direction="left">
<div class="footer">
<p>Steven | 16520203 | STEI 20</p>
</div>
</marque>
</html>