diff options
| author | Lucas Garron <code@garron.net> | 2021-10-17 12:00:17 -0700 |
|---|---|---|
| committer | Lucas Garron <code@garron.net> | 2021-10-17 12:00:17 -0700 |
| commit | 59e3940b298830a34da251336ca8c85b1e7f7603 (patch) | |
| tree | 8307513ee71816b7b9752d3c82ebec1ccd33af92 /docs/index.html | |
| parent | 75c2398bae877671dc387548c4c6942f78956e37 (diff) | |
| download | fmctutorial-59e3940b298830a34da251336ca8c85b1e7f7603.tar.gz fmctutorial-59e3940b298830a34da251336ca8c85b1e7f7603.zip | |
Add fmcsolves.cubing.net files under `/docs`.
Diffstat (limited to '')
| -rw-r--r-- | docs/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..e52f2a7 --- /dev/null +++ b/docs/index.html | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf8"> | ||
| 5 | <title>fmcsolves</title> | ||
| 6 | <link rel="stylesheet" href="./fmcsolves.css"> | ||
| 7 | </head> | ||
| 8 | <body> | ||
| 9 | <h1> | ||
| 10 | <img src="img/333fm.svg" class="icon"><br> | ||
| 11 | fmcsolves.cubing.net | ||
| 12 | </h1> | ||
| 13 | <section> | ||
| 14 | |||
| 15 | <h2>FMC Tutorial</h2> | ||
| 16 | <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v3.02 - current version)</a> | ||
| 17 | |||
| 18 | </section> | ||
| 19 | <section> | ||
| 20 | <h3>Older Versions</h3> | ||
| 21 | |||
| 22 | <a href="./fmc_tutorial_ENG_v3.pdf">🇬🇧 English (v3)</a> | ||
| 23 | <a href="./fmc_tutorial_ENG_v2.pdf">🇬🇧 English (v2)</a> | ||
| 24 | <a href="./fmc_tutorial_ENG.pdf">🇬🇧 English (v1)</a> | ||
| 25 | <a href="./fmc_tutorial_ITA_v1.pdf">🇮🇹 Italiano (v1)</a> | ||
| 26 | </section> | ||
| 27 | <section> | ||
| 28 | <h3>GitHub Repository</h3> | ||
| 29 | |||
| 30 | <a href="https://github.com/sebastianotronto/fmctutorial"> | ||
| 31 | sebastianotronto/fmctutorial | ||
| 32 | </a> | ||
| 33 | </section> | ||
| 34 | </body> | ||
| 35 | </html> | ||
