File size: 1,528 Bytes
582c5c7
 
 
 
 
 
508c4c7
582c5c7
 
 
 
 
 
 
 
 
 
 
 
508c4c7
582c5c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en-us">

<head>
	<meta charset="UTF-8">
	<meta name="referrer" content="no-referrer" />
	<title>ACG Album</title>
	<link rel="shortcut icon" href="./src/favicon.ico" type="image/x-icon" />
	<link rel="stylesheet" href="./css/style.css" type="text/css" />
	<link rel="stylesheet" href="./css/hidden.css" type="text/css" />
	<link rel="stylesheet" href="./css/perfundo.css" type="text/css" />
	<script type="text/javascript" src="./js/jquery.js"></script>
	<script type="text/javascript" src="./js/album.js"></script>
	<script type="text/javascript" src="./js/snow.js"></script>
	<script type="text/javascript" src="./js/typewriter.js"></script>
	<script type="text/javascript" src="./js/load.js"></script>
</head>

<body>
	<button id="theme">Switch the theme</button>
	<div id="myContent"></div>
	<div id="contentToWrite"></div>
	<div id="container">
		<ul id="myRoundabout"></ul>
	</div>
	<div id="perfundo-single2" class="perfundo__overlay fadeIn">
		<figure class="perfundo__content perfundo__figure">
			<div class="perfundo__image"></div>
			<figcaption class="perfundo__figcaption">
				<p class="perfundo__caption"></p>
			</figcaption>
		</figure>
		<a href="#perfundo-none" class="perfundo__close perfundo__control">Close</a>
	</div>
	<div id="player">
		<audio id="music" preload="auto" loop></audio>
		<a id="music_btn" href="javascript:playPause();"></a>
	</div>
	<div id="soundname">
		<a target="_blank"></a>
	</div>
	<div id="thence"></div>
	<div id="thenceThen"></div>
</body>

</html>