<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title> Tamirat Nabara from Injibara University</title>
<link rel=”stylesheet” type=”text/css” href=”style.css”><a href=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9440050457882434″>https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9440050457882434</a>
</head>
<body >
<marquee> <h1 class=”text”> Tamirat’s <font color=”blue”>Personal</font> Website! </h1> </marquee>
<table class=”tb”>
<tfoot class=”fot”>
<tr > <td class=”tt” colspan=”3″> Tamiarat Nabara Yonas 3 <sup>rd</sup>year computer science student coppyright ©reserved
</td>
</tfoot>
</tr>
<tr>
<td height=”200px” colspan=”3″> <h1 class=”wel”>WELL COME</h1>
<h1 class=”well”> PRES LINKS BELLOW TO VISITE DIFFERENT PAGES </h1>
</td>
</tr>
<tr>
<td colspan=”2″ class=”R2″>
<a href=”home.php”> home </a>
<a href=”Galery.php”> Galery</a>
<a href=”about.php”>aboutThisSite</a>
<a href=”bio.php”>Biography</a>
<a href=”contact.php”>Get_me</a>
<a href=”Life.php”>aboutLife</a>
<a href=”mayFuture.php”>mayFuture</a>
<a href=”today.php”>today’s Worled</a>
<a href=”login.php”>Admin Login</a>
<a href=”movies.php”>movies</a>
</td>
</tr>
<tr>
<td valign=”top” width=”10%” bgcolor=”#5b97aa” >
<br><br><br><br>
<a href=”family.php”>MayFamilies</a> <br><br><br><br>
<a href=”coment.php”>coment</a> <br><br><br><br>
<a href=”html.php”>html</a> <br><br><br><br>
<a href=”edu.php”>edu_status</a><br><br><br><br>
<a align=”righ” href=”ID-Name.php”> GET NAME AND ID OF MINE.!</a></h3> <br>
</td>
</td>
</tr>
<tr>
<td valign=”top” width=”10%” bgcolor=”#5b97aa” >
<form action=”login.php” method=”post” >
<fieldset>
<legend><h1><font size=”30px”> Adminlogin Page </font> </h1> </legend>
User Name :<input type=”text” name=”Admim” class=”input” required><br><br>
Password :<input type=”password” name=”password” class=”input” required><br><br>
<input type = “submit” name=”login” value=”log in” class=”button”>
<input type = “reset” value = “Reset” class=”button”>
</fieldset>
</form>
<?php
if(isset($_POST[‘login’])){
if($_POST[‘Admim’] == ‘Mulualem’ ){
if( $_POST[‘password’] == ‘1234’)
{
header(“location:Admin.php”);
}
}
echo “Please Enter Valid User and password”;
include “login.php”;
}
?>
</td>
</tr>
</table>
</body>
</html>