-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 928 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>DoubleNote</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, height=device-height, initial-scale=1" />
<link data-trunk rel="copy-dir" href="vendor" />
</head>
<body>
<noscript>
<p>
DoubleNote 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>
DoubleNote is free/libre, open-source software, and licensed under the AGPL license. <br />
See its source code here:
<a href="https://github.com/Tanja-4732/DoubleNoteRS">https://github.com/Tanja-4732/DoubleNoteRS</a>
</p>
</noscript>
</body>
</html>