psmreborn/faq.php

17 lines
573 B
PHP
Executable File

<?php
include("header.php");
?>
<div id="questions">
<a href="#add-zrif"></a>
<p>
Q: I have a PSM Game thats marked "zRIF Missing!" can i add it?<br>
A: Yes! please do~ We're using the <a href="http://beta.nopaystation.com" class="black">NoPayStation</a> Database for PSM zRIF's, Check the <a href="http://beta.nopaystation.com/faq" class="black">NoPayStation FAQ</a> for more info. - Contact me <a href="https://twitter.com/silicadevs" class="black">@SilicaDevs</a> if unsure. *we need all the games!*
</p>
</div>
<?php
include("footer.php");
?>