-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.php
68 lines (43 loc) · 1.46 KB
/
popup.php
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
<!DOCTYPE html>
<html lang="es">
<head>
<?php include("./head.php"); ?>
</head>
<body>
<div class="w3-container w3-center">
<audio src="../bbell.wav" autoplay>
Your browser does not support the audio element.
</audio>
<h3 class="w3-center font-effect-shadow-multiple" style="font-family:Permanent Marker"><b>MASSAS INTERPLANETARIAS</b></h3>
<h3 class="w3-center font-effect-shadow-multiple" style="font-family:Permanent Marker"><b>2025</b></h3>
<p class="w3-text-teal w3-large" style="font-family:Permanent Marker">
<a href="https://criticona.noblogs.org/" target="_blank">
España - Criticona 2025 - En Valladolid</a>
</p>
<p>Todavia no hay fechas decididas, pero están trabajando en ello.
Apenas tengamos más info, se irá compartiendo
</p>
<br>
<p class="w3-text-teal w3-large" style="font-family:Permanent Marker">
<a href="https://ciemmona.noblogs.org/" target="_blank">
Italia - Ciemmona 2025 - </a>
</p>
<p>Todavia no hay fechas decididas, pero están trabajando en ello.
Apenas tengamos más info, se irá compartiendo
</p>
<br>
<p class="w3-text-teal w3-large" style="font-family:Permanent Marker">
<a href="https://velorutionuniverselle.org/" target="_blank">
Francia - Velorution 2025 - </a>
</p>
<p>Todavia no hay fechas decididas, pero están trabajando en ello.
Apenas tengamos más info, se irá compartiendo
</p>
<br>
<br>
<p class="w3-text-teal w3-large" style="font-family:Permanent Marker">
SÚMATE!!!
</p>
</div>
</body>
</html>