-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.25 KB
/
index.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
30
31
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Page Meta-->
<meta charset="utf-8" />
<link rel="icon" href="/img/peumad.svg" />
<!-- Title Page-->
<title>Site en construction, with ♥</title>
<!-- Page Css-->
<link href="/css/main.css" rel="stylesheet" media="all">
<link href="/css/circles.css" rel="stylesheet" media="all">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Parisienne">
<!-- Page JS-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
</head>
<body id="body-main">
<div id="center">
<h1 id="title">Pierre Marin - Madeleine</h1>
<h2 id="sub-title">13 Aout 2022</h2>
<div id="img-div" class='circles'>
<div class="circle-multiple">
<img id="img-main" src="/img/peumad.svg">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
</div>
</div>
<script type="text/javascript" src="/js/main.js"></script>
</body>
</html>