-
Notifications
You must be signed in to change notification settings - Fork 0
/
AeroFrutasMain.html
122 lines (108 loc) · 4.49 KB
/
AeroFrutasMain.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="es">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FWT5QJ8WJC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FWT5QJ8WJC');
</script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/windows7.png" type="image/x-icon">
<title>Bienvenido !!!</title>
<link rel="stylesheet" href="css/GlassStyle.css">
<link rel="stylesheet" href="css/GlassyStyle_Contenedor.css">
<link rel="stylesheet" href="css/cursor2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="css/reproductor1.css">
<style>
body {
background: url(img/frutiger.webp);
background-size: cover;
background-repeat: no-repeat;
margin: 0;
cursor: url("img/cursorw7.gif");
}
</style>
</head>
<body>
<center>
<div class="card" style="height: auto;">
<table class="glassy" border="1" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr height="50px">
<td style="background-color: rgba(7, 59, 104, 0.616);">
<h2 class="Titular" style="margin: 0px;">Welcome to Saikore v0.7</h2>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div class="card" style="height: auto;">
<table class="glassy" border="1" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr height="50px">
<td class="tdsb" colspan="4">
<h2 style="margin: 0px">Bienvenido!</h2>
</td>
</tr>
<tr height="150px">
<td class="tdsb">
<a href="MásInfo.html">
<img src="img/info.png" height="40px" width="40px" alt title="i"><br>
Más sobre mi</a>
</td>
<td class="tdsb">
<a href="Proyectos.html">
<img src="img/defrag.png" height="50px" width="50px" alt title="Portafolio"><br>
Proyectos</a>
</td>
<td class="tdsb"><a href="SaikoWorld4.html">???</a></td>
<td class="tdsb"><a href="NotDreams.html">
<img src="img/discovw.png" height="50px" width="50px" alt title="Not Dreams"><br>Not
Dreams</a>
</td>
</tr>
<tr height="50px">
<td class="tdsb" colspan="4">
<h2 style="margin: 0px">Avanzar...</h2>
</td>
</tr>
<tr height="150px">
<td class="tdsb" colspan="4"><a href="Experience.html">
<img src="img/ES.webp" height="200px" width="150px" alt title="Avanza de epoca...">
</a>
</td>
</tr>
</tbody>
</table>
</div>
<a href="MainSaikore.html" class="glass"> Downgrade </a><br><br>
<div class="container">
<audio></audio>
<h1>Song</h1>
<div id="current_time">0:00</div>
<div class="buttons">
<button id="prev">
<i class="fas fa-backward"></i>
</button>
<button id="play">
<i class="fas fa-play"></i>
</button>
<button id="next">
<i class="fas fa-forward"></i>
</button>
</div>
<div id="current_audio"></div>
<div class="progress_container">
<div id="progress"></div>
</div>
</div>
<script src="Scripts/reproafm.js"></script>
</center>
</body>
</html>