blob: 8736691047467fc187b64d6fb1e52c4ee16f1cab (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>fmcsolves</title>
<link rel="stylesheet" href="./fmcsolves.css">
</head>
<body>
<h1>
<img src="img/333fm.svg" class="icon"><br>
fmcsolves.cubing.net
</h1>
<section>
<h2>FMC Tutorial</h2>
<a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v3.04 - current version)</a>
</section>
<section>
<h3>Older Versions</h3>
<a href="./fmc_tutorial_ENG_v3.pdf">🇬🇧 English (v3)</a>
<a href="./fmc_tutorial_ENG_v2.pdf">🇬🇧 English (v2)</a>
<a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v1)</a>
<a href="./fmc_tutorial_ITA_v1.pdf">🇮🇹 Italiano (v1)</a>
</section>
<section>
<h3>Git Repository</h3>
<a href="https://git.tronto.net/fmctutorial/">
https://git.tronto.net/fmctutorial/
</a>
<a href="https://github.com/sebastianotronto/fmctutorial">
https://github.com/sebastianotronto/fmctutorial
</a>
</section>
</body>
</html>
|