psmreborn/index.php

34 lines
1.4 KiB
PHP
Raw Normal View History

2019-06-17 13:41:37 +00:00
<?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>
2019-06-23 11:45:54 +00:00
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>
2019-06-17 13:41:37 +00:00
</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>
2019-06-23 11:45:54 +00:00
<a href="https://twitter.com/silicadevs" class="white">@SilicaDevs</a>
2019-06-17 13:41:37 +00:00
</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>
2019-06-23 11:45:54 +00:00
<a href="https://youtube.com/c/silicasan" class="white">/c/SilicaSan</a>
2019-06-17 13:41:37 +00:00
</span>
</div>
</body>