-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan.html
29 lines (28 loc) · 1.29 KB
/
plan.html
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
<!doctype html>
<html lang="fr"><!--Développé avec ❤️ par : www.noasecond.com-->
<head>
<!-- Primary Meta Tags -->
<meta charset="utf-8">
<meta name="robots" content="follow">
<meta name="title" content="NS | Développement WEB">
<meta name="description" content="Noa Second - Développement de sites WEB">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NS | Plan du site<title>
<!--FONT-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/site.webmanifest">
<!--CSS-->
<link rel="stylesheet" href="css/stylesheet.css">
<!--JS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<main></main>
</body>
</html>