Update gamepage.blade.php

This commit is contained in:
Thomas G 2022-08-28 12:26:28 +10:00
parent 459518be95
commit 1666f16f77
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<h1>Natural Disaster Survival</h1>
<p>By <a href="{{ route('profile', 1) }}">ARCHBLOX</a></p>
<p style="text-align: center;">
<button onclick="openClientPopup('localhost','53640','temp.rbxl','hostandplay')" class="greenbutton" style="width: 70%; height: 50px; font-size: x-large; margin-top: 115px; align-content: center;">Host &amp; Play</button>
<button onclick="openClientPopup('localhost','53640','temp.rbxl','hostandjoin')" class="greenbutton" style="width: 70%; height: 50px; font-size: x-large; margin-top: 115px; align-content: center;">Host &amp; Play</button>
<button onclick="openClientPopup(null,'53640','temp.rbxl','host')" class="greenbutton" style="width: 27%;height: 50px;margin-top: 0px;font-size: x-large;align-content: center;">Host</button>
</p>
</div>