Benjamin Renard commited on 2014-09-03 16:53:26
Showing 1 changed files, with 68 additions and 0 deletions.
| ... | ... |
@@ -0,0 +1,68 @@ |
| 1 |
+<!DOCTYPE html> |
|
| 2 |
+<html lang="fr"> |
|
| 3 |
+ <head> |
|
| 4 |
+ <meta charset="utf-8"> |
|
| 5 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 6 |
+ <meta name="viewport" content="width=device-width, initial-scale=1"> |
|
| 7 |
+ <meta name="description" content=""> |
|
| 8 |
+ <meta name="author" content=""> |
|
| 9 |
+ |
|
| 10 |
+ <title>Zionetrix</title> |
|
| 11 |
+ |
|
| 12 |
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
|
| 13 |
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> |
|
| 14 |
+ |
|
| 15 |
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
| 16 |
+ <!--[if lt IE 9]> |
|
| 17 |
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
| 18 |
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
| 19 |
+ <![endif]--> |
|
| 20 |
+ |
|
| 21 |
+ <style> |
|
| 22 |
+ body {
|
|
| 23 |
+ margin-top: 5em; |
|
| 24 |
+ } |
|
| 25 |
+ </style> |
|
| 26 |
+ </head> |
|
| 27 |
+ |
|
| 28 |
+ <body role="document"> |
|
| 29 |
+ |
|
| 30 |
+ <!-- Fixed navbar --> |
|
| 31 |
+ <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
|
| 32 |
+ <div class="container"> |
|
| 33 |
+ <div class="navbar-header"> |
|
| 34 |
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
|
| 35 |
+ <span class="sr-only">Toggle navigation</span> |
|
| 36 |
+ <span class="icon-bar"></span> |
|
| 37 |
+ <span class="icon-bar"></span> |
|
| 38 |
+ <span class="icon-bar"></span> |
|
| 39 |
+ </button> |
|
| 40 |
+ <a class="navbar-brand" href="#">Zionetrix</a> |
|
| 41 |
+ </div> |
|
| 42 |
+ <div class="navbar-collapse collapse"> |
|
| 43 |
+ <ul class="nav navbar-nav"> |
|
| 44 |
+ <li class="active"><a href="/">Home</a></li> |
|
| 45 |
+ <li><a href="http://debian.zionetrix.net">Debian</a></li> |
|
| 46 |
+ <li><a href="http://wiki.zionetrix.net">Wiki</a></li> |
|
| 47 |
+ <li><a href="http://git.zionetrix.net">Git</a></li> |
|
| 48 |
+ <li><a href="http://ip.zionetrix.net">Your IP</a></li> |
|
| 49 |
+ </ul> |
|
| 50 |
+ </div><!--/.nav-collapse --> |
|
| 51 |
+ </div> |
|
| 52 |
+ </div> |
|
| 53 |
+ |
|
| 54 |
+ <div class="container theme-showcase" role="main"> |
|
| 55 |
+ |
|
| 56 |
+ <!-- Main jumbotron for a primary marketing message or call to action --> |
|
| 57 |
+ <div class="jumbotron"> |
|
| 58 |
+ <h1>Welcome !</h1> |
|
| 59 |
+ </div> |
|
| 60 |
+ |
|
| 61 |
+ </div> <!-- /container --> |
|
| 62 |
+ |
|
| 63 |
+ |
|
| 64 |
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
|
| 65 |
+ <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
|
| 66 |
+ |
|
| 67 |
+ </body> |
|
| 68 |
+</html> |
|
| 0 | 69 |