LAPTOP
This commit is contained in:
11
index.php
11
index.php
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user