2020-01-29 15:06:49 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
2021-01-01 15:10:08 +01:00
|
|
|
<script language="javascript" src="js/main.js"></script>
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 15:06:49 +01:00
|
|
|
start_page(""); //path to root direction
|
|
|
|
</script>
|
2021-01-01 13:00:14 +01:00
|
|
|
|
2020-01-29 15:06:49 +01:00
|
|
|
<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
|
|
|
-->
|
|
|
|
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-02-07 10:16:14 +01:00
|
|
|
menu = [
|
2020-02-07 12:44:49 +01:00
|
|
|
{img:"tutorials/icons/areas.png", href:"tutorials/areas.html", title:"Areas"},
|
|
|
|
{img:"tutorials/icons/autofarms.png", href:"tutorials/auto_farm.html", title:"Automatic Farms"},
|
2020-03-23 19:42:12 -06:00
|
|
|
{img:"tutorials/icons/biomes.png", href:"tutorials/biomes.html", title:"Biomes"},
|
2020-02-07 12:44:49 +01:00
|
|
|
{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"},
|
2020-03-03 17:01:35 -07:00
|
|
|
{img:"tutorials/icons/digtroncharge_menu.jpg", href:"tutorials/pipeworks_charge_digtron.html", title:"Pipeworks: Charge Digtron"},
|
2020-05-26 19:54:16 -06:00
|
|
|
{img:"tutorials/img/basaltcobble.jpg", href:"tutorials/other.html", title:"Other"},
|
|
|
|
|
2020-02-07 10:16:14 +01:00
|
|
|
];
|
|
|
|
icons(menu, "200px", "");
|
|
|
|
</script>
|
2020-01-29 15:06:49 +01:00
|
|
|
|
2021-01-01 13:53:52 +01:00
|
|
|
<script language="javascript">
|
2020-01-29 15:06:49 +01:00
|
|
|
end_page();
|
|
|
|
</script>
|
|
|
|
</html>
|