-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="download (3).png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>soundboard free</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="script.js"></script>
</head>
<body>
<main>
<h1 class="title">Welcome to soundboard free! </h1>
<p class="description"><b>Press the <b>soundboard</b> button below to start!<br><b>(this webpage is not being updated for a while.)</b></b>
<section class="grid">
<a href="soundboard link.html" class='card'>
<h2>soundboard →</h2>
<p>download
soundbard sounds here.</p>
</a>
<section class="grid">
<a href="404.html" class='card'>
<h2>download videos →</h2>
<p>download
videos here.</p>
</a>
<h1><b><br>More to come!</b></section></h1>
</body>
</main>
</html>
<footer>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/" ><a property="dct:title" rel="cc:attributionURL" href="https://github.com/joeatyourmomshouse/freesoundboard.com" style="color: green;"><b>soundboard</b></a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/joeatyourmomshouse" style="color: green;"><b>Virat Priya</b></a> is licensed under <a href="https://creativecommons.org/licenses/by-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-ND 4.0>
<hr>
<p>Version: <span id="version"></span></p>
</footer>
<script>
// Define your version number here
const versionNumber = "2.4.0";
// Display the version number in the span element
document.getElementById("version").textContent = versionNumber;
</script>