psmreborn/index.php

35 lines
1.5 KiB
PHP

<?php
include("header.php");
?>
<body>
<div id="welcome-page">
<img src="img/logo.png" width="144" height="144">
<h1>Welcome to PSM Reborn!</h1>
</div>
<div id="content">
<p>The collective efforts of.. like uh two people xD to archive all things related to PSM<br>
That said, there arent really that many people interested in PSM so it cant be helped..<br>
Have a look around though, i got stuff for end-users and developers alike!<br>
Under "<a href="/libary.php" class="white">Library</a>" section you can find info on every PSM Game ever made. and<br>
Under "<a href="/devtools.php" class="white">Development Tools</a>" section you can find SDK's and Unity Builds, as well as Homebrew PSDP Packages</p>
<br><br>Dont have a PSVita? or want to play PSM games on your computer? <a href="/psm-tools/PSMUI-v1.0.zip" class="white">Download PSMUI 1.0</a>
</div>
<div id="contact">
<span id="twitter">
<a href="https://twitter.com/silicadevs" class="image">
<img src="/img/twitter.png" width="30" height="30" class="mid" alt="Twitter">
</a>
<a href="https://twitter.com/silicadevs" class="white">@SilicaDevs</a>
</span>
<span id="youtube">
<a href="https://youtube.com/c/silicasan" class="image">
<img src="/img/youtube.png" width="30" height="30" class="mid" alt="YouTube">
</a>
<a href="https://youtube.com/c/silicasan" class="white">/c/SilicaSan</a>
</span><br>
<a href="psmreborn.torrent" class="white">- psmreborn.torrent - For ALL Files.</a>
</div>
</body>