forked from prakharsingh1312/cusiege
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrule3.php
More file actions
26 lines (22 loc) · 697 Bytes
/
Copy pathrule3.php
File metadata and controls
26 lines (22 loc) · 697 Bytes
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
<?php
session_start();
if((!isset($_SESSION['username'])))
{
header("location:index");
}
?>
<html>
<head>
<link rel='icon' href='icon/favicon.ico' type='image/x-icon'>
<title>Rules</title>
<link rel='stylesheet' href='Assets/css/1.css'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link rel='icon' href='icon/favicon.ico' type='image/x-icon'>
</head>
<body>
<center>
<embed src="L3.pdf" height="85%" width="100%" type="application/pdf"></embed><br><br>
<form action="lev3" target="_parent" method="post">
<input type="submit" id="button" value="Start">
</form></center></body>
</html>