This repository was archived by the owner on Jan 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·61 lines (57 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
executable file
·61 lines (57 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>New Tab</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name=viewport content="width=device-width, initial-scale=0.6, user-scalable=no" />
<noscript>Javascript Needed For Page!</noscript>
<script type="application/javascript" src="js/jquery-3.3.1.min.js"></script>
<script async type="application/javascript" src="js/script.js"></script>
</head>
<body id="body" style="opacity: 0;">
<canvas class="background" id="myCanvas"></canvas>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0);" class="closebtn">×</a>
<menu>
<a href="https://protonmail.com">Protonmail</a>
<hr>
<a href="https://en.wikipedia.org/wiki/Portal:Current_events">Current Events</a>
<hr>
<a href="https://sketch.io/sketchpad/">Sketchpad</a>
<a href="http://www.bigocheatsheet.com">Big O</a>
<hr>
<a href="http://www.github.com/thezeroalpha/zerotab">This on Github</a>
</menu>
<hr>
</div>
<div id="leftsidemenu"><span class="sidenavhome"><a href="javascript:void(0);" id="opennavlink">☰ Menu</a></span>
</div>
<div class="ZeroAlpha"><img src="media/logo.png" alt="Logo"></div>
<div class="center-flex offset-25">
<div class="container" id="mainContainer">
<div class="container container-search" id="searchContainer">
<input tabindex="1" type="text" id="searchBar" >
</div>
<div class="container container-help" id="searchHelp">
<ul class="help-list" id="searchHelpMenu"></ul>
</div>
<div class="container container-menu" id="menuContainer">
<ul onclick="void(0);" class="menu-category" id="categoryMenu"></ul>
</div>
</div>
</div>
<div id="notesWidget" class="widget">
<div id="notesContainer" class="container-notes">
<div class="notes-icon">
<svg style="width:24px;height:24px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z" /></svg>
</div>
<textarea id="notesInput" tabindex="2"></textarea>
</div>
</div>
<div id="dateContainer" class="widget align-right"></div>
</body>
</html>