-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Befaci</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/themes/light.css" id="theme">
<script src="/script.js"></script>
<link rel="shortcut icon" href="/assets/logo.ico" type="image/x-icon">
</head>
<!-- Parti des modales -->
<!-- MODALE N°1 -->
<div id="modal-settings">
<p>Paramètres</p>
<br>
<select name="Choissir un thème" id="sm-themeSelector" onchange="">
<option value="light.css">Thème Clair</option>
<option value="dark.css">Thème Sombre</option>
<option value="darkdark.css">Thème Très sombre</option>
</select>
</div>
<!-- Fin des modales -->
<body>
<nav><img src="/assets/logo.ico" alt="Befaci" style="border-radius: 10px;"> <div style="padding: 0px 23px;"><a href="/timer"><button type="button">Timer</button></a></div><button type="button" class="svg_icon_btns" id="btn_modal-openSettings"><svg xmlns="http://www.w3.org/2000/svg" height="22px" viewBox="0 -960 960 960" width="22px" fill="#e8eaed" class="svg_icon_config"><path d="m419.33-132-14.66-111.33Q382.33-250 355.17-265q-27.17-15-45.5-32.33L207.33-252l-60.66-107.33 89.66-67q-2-12.67-3.5-26.34-1.5-13.66-1.5-26.33 0-11.67 1.5-25.17 1.5-13.5 3.5-29.5l-89.66-67.66L207.33-706l101.34 43.67Q330-680 355.17-694.5q25.16-14.5 48.5-21.5l15.66-112h121.34l14.66 112.33Q582-706 603.83-693.5q21.84 12.5 43.5 31.17l106-43.67 60 104.67-93.66 70q4 14.66 4.83 27.16.83 12.5.83 24.17 0 10.67-1.33 23.17-1.33 12.5-4.33 29.5l92.33 68L751.33-252l-104-46.33q-22.33 19.33-45 33.16-22.66 13.84-47 20.84L540.67-132H419.33Zm58-262q36.34 0 61.17-24.83 24.83-24.84 24.83-61.17t-24.83-61.17Q513.67-566 477.33-566q-35.66 0-60.83 24.83-25.17 24.84-25.17 61.17t25.17 61.17Q441.67-394 477.33-394Z"/></svg></button></nav>
<section id="reseaux" style="padding: 0px 8px;">
<button type="button">GitHub</button>
<button type="button">X</button>
<button type="button">YouTube</button>
<button type="button">Twitch</button>
</section>
<footer>oi oi oi</footer>
</body>
</html>