mesecons.net/items/removestone.php

13 lines
436 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Removestone</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/removestone.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Removestones are propably the simplest effectors possible. They simply disappear when powered.
</div>
</div>
<?php include "../footer.html";?>