mesecons.net/items/lightstone_red.php

13 lines
381 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Red Lightstone</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/lightstone_red.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Effector, glows red when powered.
</div>
</div>
<?php include "../footer.html";?>