mesecons.net/items/gate_not.php

13 lines
451 B
PHP
Executable File

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">NOT</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/gate_not.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Not "Gates" invert signals, just like a mesecon torch does, but faster. The input is at the opposite side of the output.
</div>
</div>
<?php include "../footer.html";?>