mesecons.net/items/gate_xor.php

13 lines
455 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">XOR Gate</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/gate_xor.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
XOR gates power their output if only one input is powered, they're off if either both or none of the inputs is powered.
</div>
</div>
<?php include "../footer.html";?>