-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap" rel="stylesheet">
<title>NAV browse launcher</title>
</head>
<body id="body">
<a id="link" href="https://www.google.com" target="_blank"><button id="sb" class="sb"><img style="height: 70px;" src="images/search.png"></button></a>
<input class="tb" type="text" id="urlbox" placeholder="enter the website url">
<a style="color: rgb(146, 43, 243);" href="https://www.google.com" target="_blank"><button style="border-radius: 20px;cursor: pointer;border: solid black;"><img src="images/google.png" style="height: 70px;"></button></a>
<a href="settings/settings.html" target="_blank" style="color: rgb(146, 43, 243);"><button style="border-radius: 20px;cursor: pointer;border: solid black;background-color: black;border: solid white;"><img src="images/settings.png" style="height: 70px;"></button></a>
</body>
<script src="script.js"></script>
</html>