-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (33 loc) · 1.43 KB
/
index.html
File metadata and controls
46 lines (33 loc) · 1.43 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Communiqués - UniceNotes</title>
<meta name="description" content="Votre ENT. Dans votre poche.">
<meta name="author" content="hugofnm">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/credits.css">
<link href="favicon.png" rel="icon" type="image/png">
<link href="https://fonts.cdnfonts.com/css/bahnschrift" rel="stylesheet">
</head>
<body>
<div style="text-align: left; margin-left: 15%; margin-right: 15%;">
<h1>Ci-gît UniceNotes <br> (Déc. 2022- Nov. 2024) <img style="border-radius: 15%; align-items: center;" height="28"
src="https://notes.metrixmedia.fr/favicon.png"></h1>
<h3>
Ce projet était le fruit de plusieurs années de travail et de passion.
<br><br>
Merci de votre confiance et merci d'avoir utilisé UniceNotes. <3 <br><br>
- Hugo
<br><br>
P.S. : <br>
mon mail : hugo.meleiro at etu.univ-cotedazur.fr <br>
si vous souhaitez qu'on en parle :)
<br><br>
<a href="archive">Page d'accueil</a> | <a href="export">Exporter ses données</a>
<br>
<p>© <script type="text/javascript">document.write(new Date().getFullYear())</script> - MetrixMedia</p>
</h3>
</body>
</html>