
index.php
By:
Uncodable on
Apr 29th, 2012 | syntax:
PHP | size: 0.35 KB | hits: 20 | expires: Never
<?php
include("/includes/mysql_connect.php");
?>
<!DOCTYPE html>
<html>
<head>
<title>Blog site!</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container"id="container">
<div class="row"id="row">
<div class="middle"id="middle">
</div>
</div>
</div>
</body>
</html>