<?php
session_start();
?>

<html>
<head>
<title> WordBirdy </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name = "viewport" />
</head>
<body>

<div id=container>

<div id=div-stat>
<table>
<tr height=100>
<td width=100 align=center>
<img src=pics/egg1.png>
</td>
<td>
Stats here
</td>
</tr>
</table>
</div>
<div id=div-post>
<form action="new-post.php" method="post"
	enctype="multipart/form-data">
	<textarea name=answer cols=32 rows=3 maxlength=400>
	</textarea>
	<input type='submit' name='Submit' value='submit' 
	style="font-size:10;"/>

</form>
</div>

</div>

</body>
