website/resources/views/pages/gamepage.blade.php

29 lines
1.0 KiB
PHP

@extends('layouts.app')
@section('title')
<title>Natural Disaster Survival - {{ env('APP_NAME') }}</title>
@endsection
@section('titlediscord')
<meta content="Natural Disaster Survival - {{ env('APP_NAME') }}" property="og:title" />
@endsection
@section('descdiscord')
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection
@section('content')
<div class="content_special" id="gametopcontainer">
<div class="leftgamecontainer">
<img class="gamethumbnail_large">
</div>
<div class="rightgamecontainer">
<h1>Natural Disaster Survival</h1>
<p>By <a href="{{ route('profile', 1) }}">ARCHBLOX</a></p>
<button onclick="openClientPopup(null,'53640','temp.rbxl','host')" class="greenbutton" style="width: 100%; height: 50px; font-size: x-large; margin-top: 115px; align-content: center;">Host</button>
</div>
</div>
<br>
<p>Test place.</p>
<br>
<div style="text-align: center;">
<p><!--Visits: 0 | -->Created: 28/8/2022 | Last updated: 28/8/2022</p>
</div>
@endsection