mesecons.net/items.php

85 lines
3.7 KiB
PHP
Executable File

<?php include "header.html";?>
<div id = "article">
<div class = "article-heading">Items</div>
<div class = "text">
Click on the pictures to see a description + crafting recipes!
</div><br/>
<div id = "items">
<a href="items/mesecon.php" title="Mesecon Wire">
<img src = "textures/mesecon.png"></a>
<a href="items/mesecon_insulated.php" title="Insulated Mesecon">
<img src = "textures/mesecon_insulated.png"></a>
<hr/>
<a href="items/powerplant.php" title="Power Plant">
<img src = "textures/powerplant.png"></a>
<a href="items/blinkyplant.php" title="Blinky Plant">
<img src = "textures/blinkyplant.png"></a>
<a href="items/switch.php" title="Mesecon Switch">
<img src = "textures/switch.png"></a>
<a href="items/objectdetector.php" title="Object/Player Detector">
<img src = "textures/objectdetector.png"></a>
<a href="items/walllever.php" title="Wall Lever">
<img src = "textures/walllever.png"></a>
<a href="items/pressureplate_wood.php" title="Wooden Pressure Plate">
<img src = "textures/pressureplate_wood.png"></a>
<a href="items/pressureplate_stone.php" title="Stone Pressure Plate">
<img src = "textures/pressureplate_stone.png"></a>
<a href="items/waterturbine.php" title="Water Turbine">
<img src = "textures/waterturbine.png"></a>
<a href="items/solarpanel.php" title="Solar Panel">
<img src = "textures/solarpanel.png"></a>
<a href="items/button.php" title="Wall Button">
<img src = "textures/button.png"></a>
<hr />
<a href="items/noteblock.php" title="Note Block">
<img src = "textures/noteblock.png"></a>
<a href="items/lamp.php" title="Lamp">
<img src = "textures/lamp.png"></a>
<a href="items/piston_normal.php" title="Piston">
<img src = "textures/piston_normal.png"></a>
<a href="items/piston_sticky.php" title="Sticky Piston">
<img src = "textures/piston_sticky.png"></a>
<a href="items/movestone_normal.php" title="Movestone">
<img src = "textures/movestone_normal.png"></a>
<a href="items/movestone_sticky.php" title="Sticky Movestone">
<img src = "textures/movestone_sticky.png"></a>
<a href="items/removestone.php" title="Removestone">
<img src = "textures/removestone.png"></a>
<a href="items/lightstone_darkgrey.php" title="Dark grey Lightstone">
<img src = "textures/lightstone_darkgrey.png"></a>
<a href="items/lightstone_lightgrey.php" title="Light grey Lightstone">
<img src = "textures/lightstone_lightgrey.png"></a>
<a href="items/lightstone_green.php" title="Green Lightstone">
<img src = "textures/lightstone_green.png"></a>
<a href="items/lightstone_red.php" title="Red Lightstone">
<img src = "textures/lightstone_red.png"></a>
<a href="items/lightstone_blue.php" title="Blue Lightstone">
<img src = "textures/lightstone_blue.png"></a>
<hr />
<a href="items/microcontroller.php" title="Microcontroller">
<img src = "textures/microcontroller.png"></a>
<a href="items/torch.php" title="Mesecon Torch">
<img src = "textures/torch.png"></a>
<a href="items/delayer.php" title="Delayer">
<img src = "textures/delayer.png"></a>
<a href="items/gate_diode.php" title="Diode">
<img src = "textures/gate_diode.png"></a>
<a href="items/gate_not.php" title="NOT">
<img src = "textures/gate_not.png"></a>
<a href="items/gate_and.php" title="AND Gate">
<img src = "textures/gate_and.png"></a>
<a href="items/gate_nand.php" title="NAND Gate">
<img src = "textures/gate_nand.png"></a>
<a href="items/gate_xor.php" title="XOR Gate">
<img src = "textures/gate_xor.png"></a>
<hr />
<a href="items/silicon.php" title="Silicon">
<img src = "textures/silicon.png"></a>
<a href="items/glue.php" title="Glue">
<img src = "textures/glue.png"></a>
<a href="items/fiber.php" title="Fiber">
<img src = "textures/fiber.png"></a>
</div>
</div>
<?php include "footer.html";?>