forked from Very-cool-guy/Very-cool-guy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandomassart.html
More file actions
27 lines (24 loc) · 844 Bytes
/
Copy pathrandomassart.html
File metadata and controls
27 lines (24 loc) · 844 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<a href="index.html">Home</a>
<a href="randomassgifs.html">Random Gifs</a>
<audio src="resources/menuloop_art.mp3" type="audio/mp3" autoplay loop id="joeaudio2"></audio>
<script>
var audio = document.getElementById("joeaudio2");
audio.volume = 0.5;
</script>
<a href="itemshop.html">Item Shop</a>
<p>Put random ass artwork here for no reason</p>
<div class="art-container">
<img src="resources/YURI.jpg" alt="The lesbians are here">
<img src="resources/coolguy.png" alt="cool guy!">
<img src="resources/Catgirl_on_Steam.png" alt="Wacky ass game">
</div>
</body>