-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.html
80 lines (74 loc) · 2.87 KB
/
music.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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sources</title>
<meta name="description" content="music">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="Design_sources.css">
<link rel="icon" type="image/x-icon" href="https://infstranica.b-cdn.net/icon.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8H5FKBKJ21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8H5FKBKJ21');
</script>
</head>
<body>
<div class="main">
<div class="nav">
<header>
<a class="hm" href=index.html><video class="home" autoplay loop>
<source src="https://infstranica.b-cdn.net/homebutton.mp4" type="video/mp4">
</video></a>
<a class="hm_mob" href=index.html><img class="hm_mob_pic"
src="https://infstranica.b-cdn.net/icon-trans.png"></a>
<a class="about" href=History.html>History</a>
<a class="family" href=cp.html>Current problems</a>
<a class="sources" href=sources.html>Sources</a>
</header>
</div>
<div class="main_mobile">
<div class="nav">
<header>
<a class="about_mobile" href=History.html>History</a>
<a class="family_mobile" href=cp.html>Current problems</a>
<a class="sources_mobile" href=sources.html>Sources</a>
</header>
</div>
</div>
</div>
<div class="fali">
<div class="content">
<h1>ಠ_ಠ</h1>
<h1>ಠ_ಠ</h1>
</div>
</div>
<div class="fali_mob">
<div class="content_mob">
<h1>ಠ_ಠ</h1>
<h1>ಠ_ಠ</h1>
</div>
</div>
<a class="back" href="index.html">Back to home</a>
<!-- <p class="game">Scroll down for mini game</p>
<p class="game">↓</p>
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
<spline-viewer class="spline" loading="lazy" url="https://prod.spline.design/TeWC31Q1xNGG082H/scene.splinecode"></spline-viewer> -->
<script>
var fill = document.getElementsByClassName("content").children
elements.item(2);
var nofill = document.getElementsByClassName("content").children
elements.item(1);
if (fill.style.color = rgb(0, 247, 255)) {
nofill.style.color = rgb(0, 247, 255);
}
</script>
</body>
<script>
if (navigator.platform.match('Mac') !== null) {
document.body.setAttribute('class', 'osx');
}
</script>