kerstpuzzel2022/history.php

45 lines
1.7 KiB
PHP

<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap'>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="w3.css">
<script src="script.js"></script>
<script src='https://kit.fontawesome.com/ac98b28c26.js' crossorigin='anonymous'></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<title>AIVD Kerstpuzzel Scorebord - Scoreverloop</title>
</head>
<body>
<div class="w3-card w3-sidebar w3-collapse w3-bar-block w3-blue-gray w3-text-white">
<a href="index.php" class="w3-bar-item w3-button">Home</a>
<a href="#" class="w3-bar-item w3-button">Scoreverloop</a>
<a href="info.php" class="w3-bar-item w3-button">Informatie</a>
</div>
<div id="overlay" class="overlay w3-container w3-bar-block w3-hide w3-hide-large w3-top w3-blue-gray w3-text-white">
<header class="w3-container w3-border-bottom w3-border-white">
<h1>&nbsp;<i id="overlay-close" class="fas fa-times w3-button w3-right"></i></h1>
</header>
<a href="index.php" class="w3-bar-item w3-button w3-center">Home</a>
<a href="#" class="w3-bar-item w3-button w3-center">Scoreverloop</a>
<a href="info.php" class="w3-bar-item w3-button w3-center">Informatie</a>
</div>
<div class="main w3-container w3-main">
<header class="w3-container w3-border-bottom w3-border-blue-gray">
<h1>Scoreverloop<i id="overlay-open" class="fas fa-bars w3-hide-large w3-button w3-right"></i></h1>
</header>
<div class="w3-container">
<canvas id="history-graph"></canvas>
</div>
</div>
</body>
</html>