38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Nauk</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/hobby-of-night" type="text/css"/>
|
||
|
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
|
||
|
<link rel="stylesheet" href="css/style.css" type="text/css">
|
||
|
</head>
|
||
|
<body id="page-top">
|
||
|
<div class="navbar-div">
|
||
|
<nav class="navbar navbar-default">
|
||
|
<div class="container-fluid">
|
||
|
<div class="navbar-header">
|
||
|
<a class="navbar-brand" href="#page-top" >
|
||
|
<img alt="brand-icon" src="icon.png" width="30">
|
||
|
</a>
|
||
|
<ul class="nav navbar-nav">
|
||
|
<li><a href="index.html">Acceuil</a></li>
|
||
|
<li class="active"><a>Photos</a></li>
|
||
|
<li><a href="map.html">Map</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</nav>
|
||
|
</div>
|
||
|
<div>
|
||
|
<img alt="lumiere" src="images/lumiere.jpg">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|