-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
executable file
·98 lines (84 loc) · 4.41 KB
/
software.html
File metadata and controls
executable file
·98 lines (84 loc) · 4.41 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
<!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">
<!-- 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="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/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. Frosty Volcano Summit includes info about me, social links, software library, and more.">
<meta id="meta-image" name="og:image" itemprop="image" content="https://reper2.github.io/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">
</head>
<body id="_bg">
<header>Frosty Volcano Summit</header>
<main>
<div id="back"></div>
<h1>Software Library</h1>
<div id="grassBox">
<a href="/" title="Frosty Volcano Summit">
<img src="/logo.png" class="appIcon" alt="fvs_logo">
</a>
<a href="/acnh/" title="Reper2's ACNH Website">
<img src="/acnh/logo.png" class="appIcon" alt="reper2-acnh_logo">
</a>
<a href="/acnh-apps/" title="ACNH Apps">
<img src="/acnh-apps/icons/apple-touch-icon.png" class="appIcon" alt="acnh-apps_logo">
</a>
<a href="/nintendo-album/" title="Reper2's Nintendo Album">
<img src="/acnh/assets/nookPhone-app_native/camera.png" class="appIcon"
alt="reper2-nintendo-album_logo">
</a>
<br>
<a href="/mario-texture-pack/" title="Mario Texture Pack">
<img src="/mario-texture-pack/logo.png" class="appIcon" alt="mario-texture-pack_logo">
</a>
<a href="/holiday-album/" title="Holiday Album">
<img src="https://raw.githubusercontent.com/reper2/holiday-album/master/photos/F65EA14D-8E42-4F19-8C92-A497B8DC41EC_1_105_c.jpeg" class="appIcon" alt="holiday-album_logo">
</a>
<a href="/chem-calc/" title="ChemCalc">
<img src="/chem-calc/icons/apple-touch-icon.png" class="appIcon" alt="chem-calc_logo">
</a>
<a href="/desktop-clock/" title="Desktop Clock">
<img src="/desktop-clock/icons/apple-touch-icon.png" class="appIcon" alt="clock_logo">
</a>
<a href="/mobile-clock/" title="Mobile Clock">
<img src="/mobile-clock/icons/apple-touch-icon.png" class="appIcon" alt="clock_logo">
</a>
</div>
<form id="optForm"></form>
<div class="flex">
<div id="audctrls"></div>
<div id="install"></div>
<div id="urlUpdate"></div>
<div id="copy"></div>
</div>
<audio id="music"></audio>
</main>
<footer id="footer" class="bottom"></footer>
</body>
<script type="application/javascript" src="/app/lib/jquery.min.js"></script>
<script type="module" src="/app/dist/sw-installer.js"></script>
<script type="module" src="/app/dist/keybinds.js"></script>
<script type="module" src="/app/dist/app.js"></script>
<script type="module" src="/app/dist/audctrls.js"></script>
<script type="module" src="/app/dist/url-updater.js"></script>
<script type="application/javascript" src="/app/dist/back.js"></script>
<script type="module" src="/app/dist/copyLinkBtn.js"></script>
<script type="module" src="/app/dist/footer.js"></script>
</html>