-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
38 lines (31 loc) · 939 Bytes
/
test.html
File metadata and controls
38 lines (31 loc) · 939 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./files/logo.png">
<title>Bane // Test</title>
</head>
<body>
<div class="header">
<div class="logo">
<img class="logoImg" src="./files/logo.png" style="width:40px; height: 40px;">
<h1 style="line-height: 0.3;">Bane</h1>
<a href="./index.html">
<span class="linkSpan"></span>
</a>
</div>
<h4 class="NavBar">
<a id="support" style="margin-right: 10px;" href="./index.html">Home</a>
</h4>
</div>
<div class="content">
<h1 class="separator-title">//Secret</h1>
<div class="section">
<div class="section-content">
<p>You found the test page! Congratulations!</p>
</div>
</div>
</div>
</body>
</html>