starttree.sh/index.example.html
2023-08-31 09:24:24 +02:00

100 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>New Tab</title>
<!--THEME-->
<link href="themes/black.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Remove or comment out if unnecessary-->
<div id="clock"></div>
<script src="clock.js"></script>
<div id="parent">
<h4>
<span class="cmd-dir">[root@startpage:~] </span>
<span class="cmd-dollar">$</span>
<span class="cmd-cmd">./startpage</span>
</h4>
<div id="trees">
<div class="title r1">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">General:</span>
</h4>
</div>
<div class="tree r1">
<ul>
<li>
<a href="https://mail.google.com/"> gmail </a>
</li>
<li>
<a href="https://drive.google.com"> drive </a>
</li>
<li>
<a href="https://github.com/"> github </a>
</li>
<li>
<a href="https://web.whatsapp.com/"> whatsapp </a>
</li>
<li>
<a href="https://fonts.google.com/"> google-fonts </a>
</li>
</ul>
</div>
<div class="title r2">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">Entertainment:</span>
</h4>
</div>
<div class="tree r2">
<ul>
<li>
<a href="https://www.youtube.com/"> youtube </a>
</li>
<li>
<a href="https://www.reddit.com/new/"> reddit </a>
</li>
<li>
<a href="https://www.twitch.tv/"> twitch </a>
</li>
<li>
<a href="https://twitter.com/home"> twitter </a>
</li>
</ul>
</div>
<div class="title r3">
<h4>
<!--TREE TITLE-->
<span class="cmd-cmd">Work:</span>
</h4>
</div>
<div class="tree r3">
<ul>
<li>
<a href="#"> homepage </a>
</li>
<li>
<a href="#"> git </a>
</li>
<li>
<a href="#"> management </a>
</li>
</ul>
</div>
</div>
<h4>
<span class="cmd-dir">[root@startpage:~]</span>
<span class="cmd-dollar">$</span>
<span class="cmd-cmd">./search -e brave</span>
</h4>
<form action="https://search.brave.com/search" method="GET" class="search-form">
<h4 class="search-title"> Search: </h4>
<input type="text" name="q" autofocus class="search-input" />
</form>
</div>
</body>
</html>