forked from HLahoti/ryng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="logo_golden.png" />
<title>Ryng Memory tool</title>
</head>
<body id="ind-body">
<div id="loader"></div>
<div id="content">
<div id="head">MEMORISING, EFFICIENTLY.</div>
<div id="text">
<div class="highlight">Ryng</div>
is a flash-card-based memory testing tool that uses
<div class="highlight">mathematical</div>
and
<div class="highlight">psychological</div>
models to make the process of remembering data ultra efficient
and easy. The only requirements are
<div class="highlight">windows</div>
and a
<div class="highlight">local mySQL server</div>
and you're good to remember. We support a measly
<div class="highlight">infinite users per PC</div>
, so no one will be left out.
</div>
<div id="download">
<a id="button_link" href="./Ryng Setup.exe" download>
Start remembering
</a>
</div>
</div>
<div id="bottoms">
<div class="credit">
Made by
<a class="highlight" href="mailto:[email protected]"
>Lahoax</a
>,
<a class="highlight" href="mailto:[email protected]"
>Impaler</a
>, and
<a class="highlight" href="mailto:[email protected]"
>Wanderer</a
>
</div>
<div class="credit">
<a class="highlight" href="tuts.html">README</a>
</div>
</div>
</body>
</html>