-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.html
59 lines (53 loc) · 1.82 KB
/
info.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<title>Theodore's Lair</title><html lang="en">
<head>
<meta charset="utf-8">
<title>Theodore's lair</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" type="image/x-icon" href="theo.png">
<style>
body {
overflow: hidden; /* Hide scrollbars */
}
</style>
</head>
<body>
<!-- The sidebar -->
<div class="sidebar">
<a href="index.html">Main</a>
<a href="chatroom.html">B.net</a>
<a href="trade item.html">Discord</a>
<a class="active" href="info.html">info</a>
<!-- <a href="pvp.html">PVP</a> -->
<a href="rules.html">Varient rules</a>
</div>
<!-- Page content -->
<div class="content">
<center><iframe src="info/info.html" width="800" height="98%" style="border:1px solid rgb(83, 72, 10);"> </iframe></center>
</div>
<div class="callout">
<div class="callout-header">B.Net</div>
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<div class="callout-container">
<p>
<b><u>SEASON 1 - LADDER</u></b>
<br>
<br>
The current season is season 1 on Theodore's lair, if you want to register any Character use the add to database button.<br>
<br>
1- Fatsquirrel / Level 24<br>
2- Dinde451 / Level 3<br>
3- Dvar / Level 2<br>
</p>
</div>
</div>
<style>
body {
background-image: url('img/800px-Original-Tristram.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">