web/tutorials.html

40 lines
1.3 KiB
HTML
Raw Normal View History

2020-01-29 15:06:49 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<script language=javascript src=common.js></script>
<script language=javascript>
start_page(""); //path to root direction
</script>
<h1>Tutorials</h1>
2020-02-07 10:16:14 +01:00
<!--
2020-01-29 15:06:49 +01:00
TODO: Write one tutorial for each of these things, one into a separate page.
<li>petz
<li>technic
<li>pipeworks
2020-02-07 10:16:14 +01:00
<li>dragons
<li>dinosaurs
2020-01-29 15:06:49 +01:00
</ul>
2020-02-07 10:16:14 +01:00
-->
<script language=javascript>
menu = [
{img:"tutorials/icons/areas.png", href:"tutorials/areas.html", title:"Areas"},
{img:"tutorials/icons/autofarms.png", href:"tutorials/auto_farm.html", title:"Automatic Farms"},
{img:"tutorials/icons/advtrains.png", href:"tutorials/advtrains.html", title:"Trains"},
{img:"tutorials/icons/digtron.png", href:"tutorials/digtron.html", title:"Digtrons"},
{img:"tutorials/icons/digilines.png", href:"tutorials/digilines.html", title:"Digilines"},
{img:"tutorials/icons/paleotest.png", href:"tutorials/paleotest.html", title:"Dinosaurs"},
{img:"tutorials/icons/digtroncharge_menu.jpg", href:"tutorials/pipeworks_charge_digtron.html", title:"Pipeworks: Charge Digtron"},
2020-02-07 10:16:14 +01:00
];
icons(menu, "200px", "");
</script>
2020-01-29 15:06:49 +01:00
<script language=javascript>
end_page();
</script>
</html>