This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.html
37 lines (36 loc) · 1.86 KB
/
header.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
<html>
<head>
<link rel="stylesheet" href="/assets/css/text.css">
<link rel="stylesheet" href="/assets/css/header.css">
<link rel="stylesheet" href="/assets/css/misc.css">
</head>
<body>
<!--<div class="topc">
<div class="topc-2">
<a href="https://withered.app" class="topc-x1"><img
style="width: 25px; height: 25px; margin-right: 10px;" src="/assets/i/icon.png"></a>
</div>
<div class="topc-3">
<p class="tc-black topc-c1">Check out <a class="topc-c2 tc-kgb4"
href="https://jaam.tech">JAAM.tech</a> or <a class="topc-c2 tc-kgb4"
href="https://archive.withered.app">Withered Archive</a></p>
</div>
</div>-->
<!-- Header -->
<div class="header">
<div class=" td-vcnt ts-11 tf-dms td-bold3 td-cnt" style="display:flex;align-items:center;">
<a href="/" class="hl" style="margin-right: 25px; padding-top: 6px;"><img style="height: 40px;" src="/assets/i/icon.png"></a>
<a href="/dash" class="hl" style="margin-right: 15px;" class="tc-kgb">Dashboard</a>
<a href="/hub" class="hl" style="margin-right: 15px;" class="tc-kgb">Withered Hub</a>
<div class="dropdown">
<a href="/hosting/" class="hl" style="margin-right: 15px;" class="tc-kgb">Hosting</a>
<div class="dropdown-content" style="text-align: left;">
<a href="/hosting" class="tc-white dgpsc">Information</a>
<a href="/hosting/plans" class="tc-white dgpsc">Plans</a>
</div>
</div>
<a href="/jobs" class="hl" style="margin-right: 15px;" class="tc-kgb">Jobs</a>
</div>
</div>
</body>
</html>