-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpvp.html
43 lines (37 loc) · 1.2 KB
/
pvp.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
<!DOCTYPE HTML>
<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 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="duel/pvp1.html" width="800" height="98%" style="border:1px solid rgb(83, 72, 10);"> </iframe></center>
</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">