fix
This commit is contained in:
parent
0ecbd48bab
commit
bfde7d639a
|
|
@ -23,7 +23,7 @@
|
|||
<h1>Natural Disaster Survival</h1>
|
||||
<p>By <a href="{{ route('profile', 1) }}">ARCHBLOX</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="width: 100%;">
|
||||
<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 & 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>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@
|
|||
<p>By <a href="{{ route('profile', 1) }}">ARCHBLOX</a></p>
|
||||
</div>
|
||||
<div class="gameitem">
|
||||
<a href="#"><img style="background-image: url(/img/reviewpending.png);" class="gamethumbnail_small"></a>
|
||||
<a href="{{ route('thomasgame')}}"><img style="background-image: url(/img/reviewpending.png);" class="gamethumbnail_small"></a>
|
||||
<br>
|
||||
<a href="#">dummy place</a>
|
||||
<p>By <a href="{{ route('profile', 2) }}">Thomas</a></p>
|
||||
<p>By <a href="{{ route('thomasgame')}}">Thomas</a></p>
|
||||
</div>
|
||||
<div class="gameitem">
|
||||
<a href="#"><img style="background-image: url(/img/reviewpending.png);" class="gamethumbnail_small"></a>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<p>By <a href="{{ route('profile', 2) }}">Thomas</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<p>This place requires the use of Radmin VPN.</p>
|
||||
<p>This place requires Radmin VPN.</p>
|
||||
<button onclick="openClientPopup('26.220.138.92','53640', null, 'join')" class="greenbutton" style="width: 100%;height: 50px;font-size: x-large;align-content: center;">Join</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue