-
Notifications
You must be signed in to change notification settings - Fork 39
/
try.php
42 lines (35 loc) · 1.02 KB
/
try.php
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
<?php require_once('try.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="20" />
<meta name="keywords" content="div" />
<meta name="description" content="fuck you" />
<base href="Registration_part_two.php" />
<title>Untitled Document</title>
<link href="css/try.css" rel="stylesheet" type="text/css" />
</head>
<circle></circle>
<body>
<div class="head">
<div class="short">Time</div>
<div class="long">Matches</div>
<div class="short">1</div>
<div class="short">X</div>
<div class="short">2</div>
<div class="short">1X</div>
<div class="short">12</div>
<div class="short">X2</div>
<div class="short">Over</div>
<div class="short">Under</div>
<div class="short">GG</div>
<div class="short">NG</div>
<div class="short">Others</div>
</div>
</div>
<div class="long">
<?php ?>
</div>
</body>
</html>