Commit 86112ecf8ffc3b9aa6e9c958d866287fcfe9bccc

Authored by Geoffrey PREUD'HOMME
1 parent bff153e8

Added html to DOCTYPE

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
index.php
... ... @@ -23,7 +23,7 @@ if (isset($_GET['c'])) {
23 23 require_once("$toLoad");
24 24 } else {
25 25 ?>
26   -<!DOCTYPE>
  26 +<!DOCTYPE html>
27 27 <html>
28 28 <head>
29 29 <title>Coupe de Robotique des Ecoles Primaires</title>
... ...