Update app.blade.php

This commit is contained in:
Thomas G 2022-08-27 12:32:24 +10:00
parent 1cbfbe709e
commit 9eb583a948
1 changed files with 7 additions and 3 deletions

View File

@ -173,10 +173,14 @@
<div class="popupcontainer_studio" id="invisible">
<div class="popup">
<h2 id="heading">Launching ARCHBLOX Studio...</h2>
<p>Don't have Archblox Studio installed?</p>
<a href="{{ route('download') }}"><button style="height: 40px;" class="greenbutton">Click here to download ARCHBLOX Studio</button></a>
<br>
<button class="redbutton" onclick="closeStudioPopup()">Close</button>
<img style="height: 50%;width: 50%;" src="{{ asset('img/iosload.gif') }}" >
<br>
<p>Don't have Archblox Studio installed?</p>
<a href="{{ route('download') }}"><button style="height: 40px;width: 80%;" class="greenbutton">Click here to download ARCHBLOX Studio</button></a>
<br>
<br>
<button class="redbutton" style="height: 40px;width: 80%;" onclick="closeStudioPopup()">Close</button>
</div>
</div>
<div class="content">