-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (64 loc) · 2.32 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="description" content="XRGB Site">
<meta property="og:title" content="XRGB">
<meta property="og:url" content="https://x-r-g-b.github.io/">
<meta property="og:description" content="XRGB Site">
<meta property="og:image" content="https://raw.githubusercontent.com/X-R-G-B/FlashBackToTheFuture/main/assets/image/hud/head_with_borders.png">
<meta property="og:type" content="article">
<title>XRGB - Présentation</title>
<link rel="stylesheet" href="/css/index.css">
<script src="/js/index.js"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body onload="SetTime()">
<div class="scrollmenu">
<a class="active" href="/">Présentation</a>
<a href="/html/creation.html">Créations</a>
<a href="/html/contact.html">Contacts</a>
</div>
<p>Errare humanum est, perseverare diabolicum</p>
<h1>Présentation</h1>
<h3>Késako ?</h3>
<p>première lettre de chaque membre du groupe</p>
<h3>Petits projets</h3>
<center><a href="/html/creation.html">Créations</a></center>
<h3>Intêrets ?</h3>
<p>Coder (obvious)</p>
<p>Le RPG</p>
<p>Pas la CSFML</p>
<footer>
<p id="time">loading . . .</p>
</footer>
<!-- animated square -->
<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
<!-- wave at the bottom -->
<div class="waveWrapper waveAnimation">
<div class="waveWrapperInner bgTop">
<div class="wave waveTop" style="background-image: url('/assets/img/wave/wave-top.png')"></div>
</div>
<div class="waveWrapperInner bgMiddle">
<div class="wave waveMiddle" style="background-image: url('/assets/img/wave/wave-mid.png')"></div>
</div>
<div class="waveWrapperInner bgBottom">
<div class="wave waveBottom" style="background-image: url('/assets/img/wave/wave-bot.png')"></div>
</div>
</div>
</body>
</html>