-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuy(cut).html
36 lines (30 loc) · 1 KB
/
buy(cut).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
<!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">
</head>
<body>
<!-- The sidebar -->
<div class="sidebar">
<a href="index.html">Main</a>
<a href="chatroom.html">Chatroom</a>
<a href="trade item.html">trade item</a>
<a href="info.html">info</a>
<a class="active" href="buy.html">Buy Items</a>
<a href="pvp.html">PVP</a>
</div>
<!-- Page content -->
<div class="content">
<center><iframe src="https://docs.google.com/forms/d/e/1FAIpQLScb3tAjZpTbJa3Ja_Yqd35gYkvxuiQI6o0dAH3SiN7aN-V_dw/viewform?usp=sf_link" 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>