diff options
-rw-r--r-- | assets/screenshot-4th-compile-small.png (renamed from doc/screenshot-4th-compile-small.png) | bin | 26624 -> 26624 bytes | |||
-rw-r--r-- | assets/screenshot-4th-compile.png (renamed from doc/screenshot-4th-compile.png) | bin | 245761 -> 245761 bytes | |||
-rw-r--r-- | assets/screenshot-4th-run-small.png (renamed from doc/screenshot-4th-run-small.png) | bin | 11071 -> 11071 bytes | |||
-rw-r--r-- | assets/screenshot-4th-run.png (renamed from doc/screenshot-4th-run.png) | bin | 116723 -> 116723 bytes | |||
-rw-r--r-- | index.html | 8 |
5 files changed, 6 insertions, 2 deletions
diff --git a/doc/screenshot-4th-compile-small.png b/assets/screenshot-4th-compile-small.png Binary files differindex 8ba7b33..8ba7b33 100644 --- a/doc/screenshot-4th-compile-small.png +++ b/assets/screenshot-4th-compile-small.png diff --git a/doc/screenshot-4th-compile.png b/assets/screenshot-4th-compile.png Binary files differindex 4aa3ed4..4aa3ed4 100644 --- a/doc/screenshot-4th-compile.png +++ b/assets/screenshot-4th-compile.png diff --git a/doc/screenshot-4th-run-small.png b/assets/screenshot-4th-run-small.png Binary files differindex f6ece44..f6ece44 100644 --- a/doc/screenshot-4th-run-small.png +++ b/assets/screenshot-4th-run-small.png diff --git a/doc/screenshot-4th-run.png b/assets/screenshot-4th-run.png Binary files differindex 6159a3a..6159a3a 100644 --- a/doc/screenshot-4th-run.png +++ b/assets/screenshot-4th-run.png @@ -127,12 +127,16 @@ Cross compiling <a href="http://thebeez.home.xs4all.nl/4tH/">4tH</a>: </p> - <a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a> + <a href="assets/screenshot-4th-compile.png"> + <img src="assets/screenshot-4th-compile-small.png" alt="4th-compile"> + </a> <p> and running it: </p> - <a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a> + <a href="assets/screenshot-4th-run.png"> + <img src="assets/screenshot-4th-run-small.png" alt="4th-run"> + </a> </div> <div class="section"> |