Commit 0f2e15ae5b31a5346fd33322a66103eece01473b

Authored by Geoffrey PREUD'HOMME
1 parent 9ecd4b31

Added theme color

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
index.php
... ... @@ -38,6 +38,7 @@ if (isset($_GET['c'])) {
38 38 <meta name="viewport" content="width=device-width, initial-scale=1.0">
39 39 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
40 40 <meta http-equiv="X-UA-Compatible" content="IE=edge">
  41 + <meta name="theme-color" content="#749BD1">
41 42 <link rel="stylesheet" href="css/bootstrap.min.css">
42 43 <link rel="stylesheet" href="css/crep.css">
43 44 <script type="text/javascript" src="js/jquery.min.js"></script>
... ...