-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
31 lines (29 loc) · 1.25 KB
/
index.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
<?php
session_start();
?>
<!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" />
<title>Home</title>
<style type="text/css">
body,td,th {
color: #D6D6D6;
}
body {
background-attachment: fixed;
background-position:center;
background-size:90% 90%;
background-color: #F8F8D2;
background-image: url(PIC/nobutton/U_login/U_home-unlogin.JPG);
background-repeat: no-repeat;
}
</style>
</head>
<button onClick="self.location.href=''" style="position: absolute; top: 10%; left:80%; -webkit-transform:rotate(-8deg); width: 15%; height: 5%;"><img src= "./PIC/button_green/G_home.JPG"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href='./login.php'" style="position:absolute; top:20%; left:80%; width: 15%; height: 5%;"><img src= "./PIC/button/login.JPG"; width=100%; height=100%;></button>
<br>
<button onClick="self.location.href='./register.php'" style="position:absolute; top:30%; left:80%; width=20%; height=10%; width: 15%; height: 5%; "><img src= "./PIC/button/register.JPG"; width=100%; height=100%;></button>
</body>
</html>