-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
executable file
·112 lines (96 loc) · 4.61 KB
/
Copy pathsoftware.html
File metadata and controls
executable file
·112 lines (96 loc) · 4.61 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Software Library - Frosty Volcano Summit</title>
<link href="/assets/main.css" rel="stylesheet" type="text/css">
<link href="/assets/eggs.css" rel="stylesheet" type="text/css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EGBMJBFWQF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EGBMJBFWQF');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" type="application/manifest+json" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta id="meta-title" property="og:title" content="Software Library - Frosty Volcano Summit">
<meta id="meta-desc" property="og:description" content="The software library provides navigation to my other websites, as well as software that you can download or view.
Frosty Volcano Summit includes my public portfolio, social links, software library, and more.
Start the Egg Hunt for hidden surprises!">
<meta id="meta-image" name="og:image" itemprop="image" content="https://reper2.github.io/images/meta.png">
<meta property="og:site_name" content="Frosty Volcano Summit | reper2.github.io">
<meta property="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#14d8ee">
<script src="/app/lib/jquery-4.0.0.min.js" defer></script>
<script>
// Block rendering for a millisecond to pull the theme before the DOM draws
if (localStorage.getItem("site-theme") === "alt") {
const link = document.createElement("link");
link.id = "theme-link";
link.rel = "stylesheet";
link.href = "/assets/alt-theme.css";
document.head.appendChild(link);
} else if (!localStorage.getItem("site-theme")) {
localStorage.setItem("site-theme", "alt");
}
</script>
</head>
<body id="_bg">
<header>Frosty Volcano Summit</header>
<main>
<div id="back"></div>
<h1>Software Library</h1>
<div id="grassBox">
<div class="egg" data-egg="fvsSoftware_aboveRow1"></div>
<a href="/" title="Frosty Volcano Summit">
<img src="/images/logo.png" class="appIcon" alt="fvs">
</a>
<a href="/acnh/" title="Reper2's ACNH Website">
<img src="/acnh/logo.png" class="appIcon" alt="reper2~acnh">
</a>
<a href="/acnh-apps/" title="ACNH Apps">
<img src="/acnh-apps/icons/apple-touch-icon.png" class="appIcon" alt="acnh-apps">
</a>
<a href="/switch-album/" title="Reper2's Nintendo Album">
<img src="/switch-album/logo.png" class="appIcon" alt="reper2~switch-album">
</a>
<br>
<a href="/mario-texture-pack/" title="Mario Texture Pack">
<img src="/mario-texture-pack/logo.png" class="appIcon" alt="mario-texture-pack">
</a>
<a href="/holiday-album/" title="Holiday Album">
<img src="/holiday-album/images/apple-touch-icon.png" class="appIcon" alt="holiday-album">
</a>
<a href="/desktop-clock/" title="Desktop Clock">
<img src="/desktop-clock/images/apple-touch-icon.png" class="appIcon" alt="d_clock_logo">
</a>
<a href="/mobile-clock/" title="Mobile Clock">
<img src="/mobile-clock/images/apple-touch-icon.png" class="appIcon" alt="m_clock">
</a>
<div class="egg" data-egg="fvsSoftware_underRow2"></div>
<h2>Sponsored</h2>
<a href="https://www.malt.quest"
title="Malt - Chat with one model, compare several side by side, or let a whole swarm of them debate to a consensus — with a live canvas that runs whatever they build. No keys to wrangle, no tabs to juggle. – developed by my cousin">
<img src="/images/malt-logo.svg" class="appIcon" alt="malt.quest">
</a>
</div>
<form id="optForm"></form>
<div class="egg" data-egg="fvsSoftware_underForm"></div>
<div class="flex">
<div id="eggMenu"></div>
<div id="copy"></div>
<div id="install"></div>
<div id="audctrls"></div>
</div>
<div class="egg" data-egg="fvsSoftware_aboveFooter"></div>
<audio id="music"></audio>
</main>
<footer id="footer" class="bottom"></footer>
</body>
<script type="module" src="/app/dist/index.js"></script>
</html>