Commit dac984ec280820e55519b58c70e4d1489035c4ed
1 parent
32dbe8b6
Vous étiez encore là ?
Showing
2 changed files
with
0 additions
and
31 deletions
Show diff stats
footer.php deleted
@@ -1,17 +0,0 @@ | @@ -1,17 +0,0 @@ | ||
1 | - <footer class="page-footer red"> | ||
2 | - <div class="footer-copyright"> | ||
3 | - <div class="container"> | ||
4 | - 10p5 v0.0.0 - © Copyright 2016, <a href="http://clubinfo.plil.net">Le Club Info Polytech Lille</a> | ||
5 | - </div> | ||
6 | - </div> | ||
7 | - </footer> | ||
8 | - | ||
9 | - | ||
10 | - <!-- Scripts--> | ||
11 | - <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
12 | - <script src="js/materialize.js"></script> | ||
13 | - <script src="js/init.js"></script> | ||
14 | - | ||
15 | - </body> | ||
16 | -</html> | ||
17 | - |
header.php deleted
@@ -1,14 +0,0 @@ | @@ -1,14 +0,0 @@ | ||
1 | -<!DOCTYPE html> | ||
2 | -<html lang="fr"> | ||
3 | -<head> | ||
4 | - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
5 | - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/> | ||
6 | - <title>10⁵</title> | ||
7 | - | ||
8 | - <!-- CSS --> | ||
9 | - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
10 | - <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/> | ||
11 | - <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> | ||
12 | -</head> | ||
13 | -<body> | ||
14 | - |