-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonsite.html
More file actions
31 lines (31 loc) · 1.22 KB
/
Copy pathmonsite.html
File metadata and controls
31 lines (31 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NEONPICS</title>
<link rel="icon" href="./profile.png" type="image/icon type">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="monsite.html" class="logo">NEONPICS</a>
<nav>
<ul class="menu">
<li><a href="monsite.html">ACCUEIL</a></li>
<li><a href="ma2pages.html"target ="_blank">À PROPOS</a></li>
<li><a href="ma3pages.html" target ="_blank">VIDÉOS</a></li>
<li><a href="ma4pages.html" target ="_blank">PORTFOLIO</a></li>
<li><a href="ma5pages.html">CONTACT</a></li>
</ul>
</nav>
<a href="loginbutton.html" class="btn">SE CONNECTER</a>
</header>
<section class="banner">
<div class="content">
<h3>Le Meilleur Site de Photographie</h3>
<h2>Télécharger Gratuitement NeonPics</h2>
<a href="ma2pages.html" class="btn">EN SAVOIR PLUS</a>
<a href="NeonPics.rar" class="btn">TÉLÉCHARGER</a>
</div>
</section>