Commit 0f2e15ae5b31a5346fd33322a66103eece01473b
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,6 +38,7 @@ if (isset($_GET['c'])) { | ||
38 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 38 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
39 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 39 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
40 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 40 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
41 | + <meta name="theme-color" content="#749BD1"> | ||
41 | <link rel="stylesheet" href="css/bootstrap.min.css"> | 42 | <link rel="stylesheet" href="css/bootstrap.min.css"> |
42 | <link rel="stylesheet" href="css/crep.css"> | 43 | <link rel="stylesheet" href="css/crep.css"> |
43 | <script type="text/javascript" src="js/jquery.min.js"></script> | 44 | <script type="text/javascript" src="js/jquery.min.js"></script> |