-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest.html
54 lines (47 loc) · 2.24 KB
/
request.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
<!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>Request Midis - The Wild West Midis</title>
<link rel="icon" type="png"
href="https://raw.githubusercontent.com/Bertogim/The-Wild-West-Midis/main/Icon_trumpet_tww.png">
<meta name="description" content="Request midis on The Wild West Midis">
<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>
</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" target=""
style="color: inherit; text-decoration: underline;">All midis</a>
</p>
<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/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 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>
</body>
</html>