food.html 300 Bytes
Newer Older
Norman Macasaet's avatar
Norman Macasaet committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
<head>
	<title>Food</title>
	<link rel="stylesheet" type="text/css" href="bootstrap.css">

</head>
<body>
<h1 style="text-align:center">Gets fat</h1>
<p style="text-align:center"><a href="start.html">back to start</p>
<img src="foreveralone.jpg" align="center">
</body>
</html>