The official website for the open-source compatibility layer fpPS4
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update main page

Update main page to contain an link to the compatibility list

+9 -2
+4 -1
public_html/index.html
··· 41 41 <h1 class="coming-soon">Coming soon...</h1> 42 42 <h1 class="main-text"><span style="color: #f0e74a;">fp</span>PS4.net</h1> 43 43 <p class="progress-text">The offical website for the open-source<br>compatibility layer fpPS4</p> 44 - <a href="#learnmore" onclick="scrollToElement(event, 'learnmore')" class="button learnmore-button">Learn more</a> 44 + <div class="topButtonContainer"> 45 + <a href="#learnmore" onclick="scrollToElement(event, 'learnmore')" class="button">Learn more</a> 46 + <a href="https://fpps4.net/compatibility" class="button">Compatibility</a> 47 + </div> 45 48 </div> 46 49 </div> 47 50 <div class="bottom-container" id="learnmore">
+5 -1
public_html/style.css
··· 88 88 border: 2px solid rgba(255, 255, 255, 0.4); 89 89 } 90 90 91 - .learnmore-button { 91 + .topButtonContainer { 92 + display: flex; 92 93 top: 72%; 94 + flex-direction: row; 95 + position: relative; 96 + gap: 20px; 93 97 } 94 98 95 99 .bottom-container {