67 lines
2.3 KiB
HTML
Executable File
67 lines
2.3 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="icon" href="fav.png">
|
|
<title>~</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="parent">
|
|
<div class="checkbox_position custom-control custom-switch">
|
|
<input type="checkbox" class="check_box" id="darkSwitch">
|
|
<label class="custom-control-label" for="darkSwitch"></label>
|
|
</div>
|
|
<div class="source">
|
|
<a class="s" href="https://google.com"target="_parent" rel="noopener noreferrer" ><i class="fab fa-google"></i></a>
|
|
</div>
|
|
<div class="container">
|
|
<div class="content">
|
|
<n>social</n>
|
|
<a id="twitter" href="https://twitter.com/"target="_parent" rel="noopener noreferrer" >
|
|
<i class="fab fa-twitter"></i> twitter
|
|
</a>
|
|
<a id="class" href="https://classroom.google.com/u/1/h" target="_parent" rel="noopener noreferrer">
|
|
<i class="fas fa-chalkboard"></i> class
|
|
</a>
|
|
</div>
|
|
<div class="content">
|
|
<n>media</n>
|
|
<a id="gmail" href="https://mail.google.com/mail/ca/u/0/#inbox" target="_parent" rel="noopener noreferrer">
|
|
<i class="fas fa-inbox"></i> gmail
|
|
</a>
|
|
<a id="reddit" href="https://www.reddit.com/" target="_parent" rel="noopener noreferrer">
|
|
<i class="fab fa-reddit"></i> reddit
|
|
</a>
|
|
</div><div class="content">
|
|
<n>video</n>
|
|
<a id="twitch" href="https://www.twitch.tv/" target="_parent" rel="noopener noreferrer">
|
|
<i class="fab fa-twitch"></i> twitch
|
|
</a>
|
|
|
|
<a id="youtube" href="https://www.youtube.com/" target="_parent" rel="noopener noreferrer">
|
|
<i class="fab fa-youtube"> </i> youtube
|
|
</a>
|
|
</div>
|
|
<div class="content">
|
|
<n>routine</n>
|
|
<a id="news" href="https://news.google.com" target="_parent" rel="noopener noreferrer">
|
|
<i class="fas fa-newspaper"></i> news
|
|
<a id="github" href="https://www.github.com/" target="_parent" rel="noopener noreferrer">
|
|
<i class="fab fa-github"></i> github</a>
|
|
</div>
|
|
<div class="search" id="srch">
|
|
<form action="https://google.com/search" method="get">
|
|
<input type="text" name="q" autocomplete="off" placeholder="type something...">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="dark-mode.js"></script>
|
|
<script src="search_engines.js"></script>
|
|
|
|
</body>
|
|
</html>
|