-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (81 loc) · 2.01 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
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Stunfest</title>
<meta charset="utf-8" />
</head>
<body>
<svg
width="1000"
height="50"
viewBox="0 0 264.58333 13.229167"
version="1.1"
id="svg5"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
>
<defs id="defs2" />
<g id="layer1" transform="translate(-4.3226547,-121.92146)">
<rect
style="
fill: #cccdcd;
fill-opacity: 1;
stroke-width: 4.00691;
stroke-linecap: round;
stroke-linejoin: round;
"
id="background"
width="265"
height="13.229167"
x="4.3226547"
y="121.92146"
ry="2.3412819"
/>
<rect
style="
fill: #5bcccc;
stroke-width: 3.48768;
stroke-linecap: round;
stroke-linejoin: round;
"
id="progress"
width="1"
height="11.1125"
x="5.3809881"
y="122.97979"
ry="3.1938698"
/>
<text
xml:space="preserve"
style="
font-size: 6.35px;
line-height: 1.25;
font-family: 'Extenda 40 Hecto';
-inkscape-font-specification: 'Extenda 40 Hecto';
stroke-width: 0.264583;
"
x="8.1799355"
y="130.41325"
id="text1158"
>
<tspan
id="amount"
style="
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
font-size: 6.35px;
font-family: Aller;
-inkscape-font-specification: Aller;
stroke-width: 0.264583;
"
x="8.1799355"
y="130.41325"
>Chargement...</tspan>
</text>
</g>
</svg>
</body>
<script src="index.js" type="text/javascript"></script>
</html>