-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<title>Realraum UI</title>
<meta charset="utf-8" />
<link
rel="inline"
href="target/styles/tailwind_output.css"
data-trunk
data-inline
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link data-trunk rel="copy-dir" href="vendor" />
</head>
<body>
<noscript>
<h2 class="text-3xl">Step user; what are you doing??</h2>
<p>
Realraum UI requires JavaScript to be enabled in order to function
properly, as it's written in Rust, and needs WebAssembly to run. <br />
<b> Please enable JavaScript and reload the page. </b>
</p>
<p>
Realraum UI is free/libre, open-source software, and licensed under the
AGPL license. <br />
See its source code here:
<a href="https://github.com/realraum/realraum-frontend"
>https://github.com/realraum/realraum-frontend</a
>
</p>
<h2 class="text-3xl">For <s>boring</s> other people</h2>
<p>
Alternatively, you can use
<em style="text-decoration: underline dotted; color: #46aa34"
><a href="/compat-sounds">the compat sounds</a></em
>
view, which is HTML-only, and does neither require JavaScript nor
WebAssembly; not even CSS (yikes!)
</p>
</noscript>
</body>
</html>