-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextras.html
More file actions
100 lines (91 loc) · 3.79 KB
/
extras.html
File metadata and controls
100 lines (91 loc) · 3.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="Echo VR Standalone Guide" property="og:title" />
<meta content="Offical Echo VR standalone install Guide, updated regularly!" property="og:description" />
<meta content="https://quest.echovr.de/" property="og:url" />
<meta content="https://quest.echovr.de/meow.png" property="og:image" />
<meta content="#9f4ac7" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="meow.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Extras</title>
<link rel="stylesheet" href="refresh.css" />
</head>
<body>
<!-- Top Navbar -->
<header class="navbar">
<div class="navbar-left">
<img src="meow.png" alt="Logo" class="logo-img" />
<h1 class="logo">Echo VR Installation Guide</h1>
</div>
<nav class="navbar-right">
<ul>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
<!--<li><a href="#">🌐</a></li>
<li><a href="#">🌙</a></li>
<li><a href="#">💬</a></li>
<li><a href="#">🐙</a></li>-->
</ul>
</nav>
</header>
<div class="container">
<!-- Sidebar -->
<aside class="sidebar">
<h2>Guide Navigation</h2>
<nav>
<ul>
<li class="section">Introduction</li>
<li><a href="index.html">Overview</a></li>
<li><a href="preperations.html">Preperations</a></li>
<li class="section">Installation</li>
<li><a href="installtheinstaller.html">Installing the installer</a></li>
<li><a href="usingtheinstaller.html">Using the installer</a></li>
<li><a href="launchingecho.html">Launching Echo</a></li>
<li class="section">Echo itself</li>
<!--<li><a href="#">First time Launching</a></li>-->
<li><a href="linkingaccount.html">Linking your account</a></li>
<li class="section">Extras</li>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
</ul>
</nav>
</aside>
<!-- Main Content -->
<main class="content">
<h1>Extras</h1>
<p>
This is just shit I wanted to mention, thats not useful to the guide :3
</p>
<section>
<h2>
Heya!
</h2>
<p>
This is a message from me, Crafter or Hatsune Miku in EVRL.<br>
First of all, thanks for reading this, second I hope it helped. I'd like to thank the following:<br>
MIArshmallow-mia for hosting this ❤️<br>
he_is_the_cat for the installer and other files❤️<br>
</p>
<h2> Legacy:</h2>
<p>Styndal and Nessie_Bot [echovr_help] for "installtion" 😆</p><br>
<p>Pinched-Nerve for testing the ------------- 👍</p><br>
<p>AvaGoosa for hosting some of the files, making the installer, and inspiration for the design of the legacy site ❤️</p><br>
<p>DiffluentJets for the "Oxford Comma" between installer and inspiration. 📕</p><br>
<p> Speaking of, the legacy version is located <a href="legacyindex.html">here</a> if you want to view it.</p>
</section>
<section>
<h2>Want to view my personal site?</h2>
<p>I, myself Crafter have my own website. Click the button if you want to view it!</p>
<button class="A" onclick="document.location='https://crafter.avagoosa.com/'">Crafter's Basement</button>
</section>
<img src="RDT_20250227_2320432412709681459736937.jpg" height="250px" width=" 250px">
<h2> Thanks again,<br>
From Crafter ❤️ </h2>
</main>
</div>
</body>
</html>