mesecons.net/items/walllever.php

13 lines
402 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Wall Lever</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/walllever.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
A receptor just like a switch, but it can be attached to walls.
</div>
</div>
<?php include "../footer.html";?>