mesecons.net/items/vertical.php

13 lines
455 B
PHP

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Vertical Mesecon Wire</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src="/crafts/vertical.png">
<br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Vertical Mesecons only conduct up and down. Plates appear at the ends, at that place they also conduct to the side.
</div>
</div>
<?php include "../footer.html";?>