mesecons.net/items/button.php

13 lines
422 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Wall button</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/wallbutton.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
This receptor can be attached to walls. It turns on for 1 second if it's punched.
</div>
</div>
<?php include "../footer.html";?>