Add notifications and new CSS

This commit is contained in:
feder
2017-01-27 13:28:04 +03:00
parent de81fe25dd
commit 5e9f25e430
7 changed files with 211 additions and 14 deletions

View File

@@ -1,17 +1,22 @@
<?php
/**
* Main page of PHPCSV Guestbook version 0.9
* Main page of PHPCSV Guestbook version 0.92
* See settings.php for configuration.
* For changing appearance you can edit this file like simple html. For example: add css tags.
*/
?><html>
?><!DOCTYPE html>
<html>
<head>
<title><?php echo $Titles[HeadTitle];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:regular&amp;subset=Latin,Cyrillic">
<link rel="stylesheet" type="text/css" href="anthrstlsht.css">
</head>
<body>
<div class="container">
<?php AddEntryView();?>
<hr>
<?php EntriesView();?>
</div>
</body>
</html>