Made things look a little nicer
This commit is contained in:
@@ -1,22 +1,16 @@
|
||||
<?php
|
||||
session_start();
|
||||
require 'db_connection.php';
|
||||
require 'common.php';
|
||||
?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>FriendBook Messages</title>
|
||||
<title>friendbook Messages</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="styling.css">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
body {
|
||||
background-color: #3B5998;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
<!--#include virtual="header.html" -->
|
||||
<!--#include virtual="topNavBar.html" -->
|
||||
<?php
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user