This commit is contained in:
Ricsi
2016-11-24 19:25:08 +01:00
15 changed files with 56 additions and 86 deletions

View File

@@ -1,7 +1,6 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<style>
a:link {
text-decoration: none;
@@ -22,7 +21,6 @@
nav a:hover {
text-decoration: underline;
}
td.create {
padding: 15px 0px;
}
@@ -53,17 +51,16 @@
$( document ).ready(function() {
console.log( "ready!" );
});
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Badminton Coach v 0.1</title>
<?php
require('common.php');
require('event_handler.php');
$page = new page();
?>
</head>