Skip to content

Commit

Permalink
Link to the compat-sounds view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanja-4732 committed Feb 17, 2024
1 parent 5f3c909 commit 648d0e5
Showing 1 changed file with 34 additions and 17 deletions.
51 changes: 34 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,45 @@
<!DOCTYPE html>
<html>

<head>
<head>
<title>Realraum UI</title>
<meta charset="utf-8" />
<link rel="inline" href="target/styles/tailwind_output.css" data-trunk data-inline />
<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>
</head>

<body>
<body>
<noscript>
<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 />
<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>
</noscript>
</body>
<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 boring 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>

0 comments on commit 648d0e5

Please sign in to comment.