The official website for the open-source compatibility layer fpPS4
1<!--
2 _ __ __ __
3| | / /__ / /________ ____ ___ ___ / /_____ _
4| | /| / / _ \/ / ___/ __ \/ __ `__ \/ _ \ / __/ __ \ (_)
5| |/ |/ / __/ / /__/ /_/ / / / / / / __/ / /_/ /_/ / _
6|__/|__/\___/_/\___/\____/_/ /_/ /_/\___/ \__/\____/ (_)
7 ____ ____ _____ __ __
8 / __/___ / __ \/ ___// // /
9 / /_/ __ \/ /_/ /\__ \/ // /_
10 / __/ /_/ / ____/___/ /__ __/
11 /_/ / .___/_/ /____/ /_/
12 /_/
13-->
14<!DOCTYPE html>
15<html lang="en">
16<head>
17 <meta charset="UTF-8">
18 <meta http-equiv="X-UA-Compatible" content="IE=edge">
19 <meta name="viewport" content="width=device-width, initial-scale=1">
20 <title>fpPS4</title>
21 <meta name="description" content="fpPS4 is an open source PS4 compatibility layer (emulator) written with Free Pascal for Windows.">
22 <meta name="keywords" content="fpPS4, playstation, ps4, playstation 4, emulator, windows, open source, free pascal, compatibility layer, red-prig, fpps4 github, fpps4 discord">
23 <meta name="robots" content="index,follow">
24 <meta name="author" content="Mr. Snowy">
25 <meta name="copyright" content="fpPS4">
26 <meta name="theme-color" content="#4C566A">
27 <meta property="og:title" content="fpPS4 - An open source PS4 compatibility layer">
28 <meta property="og:description" content="fpPS4 is an open source PS4 compatibility layer written with Free Pascal for Windows.">
29 <meta property="og:image" content="https://fpps4.net/_images/fpPS4Logo512.png">
30 <meta property="og:url" content="https://fpps4.net">
31 <link rel="stylesheet" href="./style.css?v=01">
32 <link rel="stylesheet" href="./sizes.css">
33 <link rel="icon" href="/_images/fpPS4Logo.png" type="image/png">
34 <script defer src="/_parts/required.js"></script>
35 <script defer src="./app.js"></script>
36</head>
37<body>
38
39<div class="top">
40 <div class="top-text-container">
41 <h1 class="coming-soon">Work In Progress</h1>
42 <h1 class="main-text"><span style="color: #f0e74a;">fp</span>PS4</h1>
43 <p class="progress-text">The offical website for the open-source<br>compatibility layer fpPS4</p>
44 <div class="topButtonContainer">
45 <a href="#learnmore" onclick="scrollToElement(event, 'learnmore')" class="button">Learn more</a>
46 <a href="/compatibility/" class="button">Compatibility</a>
47 </div>
48 </div>
49</div>
50<div class="bottom-container" id="learnmore">
51 <div class="bottom-left">
52 <h1 class="bottom-top-text"><span style="color: #f0e74a;">fp</span>PS4</h1>
53 <p class="bottom-desc-text">An open-source PS4 compatibility layer (emulator) written with Free Pascal</p>
54 <div class="buttons-container">
55 <a href="https://github.com/red-prig/fpPS4" target="_blank" class="button">Github</a>
56 <a href="https://discord.gg/up9qatpX7M" target="_blank" class="button">Discord</a>
57 </div>
58 </div>
59 <div class="bottom-right">
60 <h1 class="bottom-top-text">Special thanks to:</h1>
61 <div class="thank-user-container">
62 <a href="https://github.com/red-prig" target="_blank"><span style="font-weight: 500;">Red-Prig</span> - For developing <span style="color: #f0e74a;">fp</span>PS4</a>
63 <a href="https://github.com/georgemoralis" target="_blank"><span style="font-weight: 500;">georgemoralis</span> - For donating the domain</a>
64 <a href="https://github.com/KimieStar" target="_blank"><span style="font-weight: 500;">KimieStar</span> - For helping with the website</a>
65 <a href="https://github.com/MrSn0wy" target="_blank"><span style="font-weight: 500;">Mr. Snowy</span> - For making the website :3</a>
66 </div>
67 </div>
68</div>
69</body>
70</html>