-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (68 loc) · 3.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>The Wild West Midis</title>
<link rel="icon" type="png" href="Icon_trumpet_tww.png">
<meta name="description"
content="The best midi list for the wild west! 200+ Midis, a search bar and a favorites section!">
<meta content="The Wild West Midis - 200+ Midis!" property="og:title" />
<meta content="The best midi list for the wild west! 200+ Midis, a search bar and a favorites section!"
property="og:description" />
<meta content="https://bertogim.github.io/The-Wild-West-Midis" property="og:url" />
<meta content="https://raw.githubusercontent.com/Bertogim/The-Wild-West-Midis/main/Icon_trumpet_tww.png"
property="og:image" />
<meta name="theme-color" content="#FFFF00">
<meta name="robots" content="noindex">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4TVB1MLE2Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4TVB1MLE2Z');
</script>
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/@magenta/[email protected]/es6/core.js,npm/focus-visible@5,npm/[email protected]"></script>
</head>
<body>
<header>
<div style="display: flex; justify-content: left; gap: 20px;">
<h2 style="margin: 0;"></h2>The Wild West Midis</h2>
<p style="margin: 0; color: #b7b7b7;">
<a href="https://bertogim.github.io/The-Wild-West-Midis/tutorial"
style="color: inherit; text-decoration: underline;">How to play music</a>
</p>
<p style="margin: 0; color: #b7b7b7;">
<a href="https://bertogim.github.io/The-Wild-West-Midis/request" target=""
style="color: inherit; text-decoration: underline;">Request Midis</a>
</p>
<p style="margin: 0; color: #b7b7b7;">
<a href="https://bertogim.github.io/The-Wild-West-Midis/favorites" target=""
style="color: inherit; text-decoration: underline;">Your Favorites</a>
</p>
<p style="margin: 0; color: #b7b7b7;">
<a href="https://bertogim.github.io/The-Wild-West-Midis/about" target=""
style="color: inherit; text-decoration: underline;">About</a>
</p>
</div>
</header>
<center>
<h1>The Wild West Midis</h1>
<h3>The best midi list for the wild west! 200+ Midis</h3>
<p>The wild west midis by Bertogim</p>
<h1 style="background-color: #b6b6b6; border: 3px solid #ffffff; border-radius: 20px;"><b>⚠ This is the old version of The Wild West Midis. ⚠<br>⚠ For a updated one, go to <a style="margin: 0; color: #ffffff;" href="https://thewildwestmidis.github.io">https://thewildwestmidis.github.io</a> ⚠</b><br>This outdated version will be deleted soon!</h1>
</center>
<form id="search-form">
<input type="text" id="search-input" placeholder="Search Midis">
<button type="submit">Search</button>
</form>
<ul id="file-list">
<!-- Los resultados de búsqueda se mostrarán aquí -->
</ul>
</main>
<script src="https://unpkg.com/@tonejs/midi"></script>
<script src="script.js"></script>
</body>
</html>