add mascot
This commit is contained in:
parent
52d7f7bb21
commit
d22dee98f3
|
|
@ -129,6 +129,8 @@
|
|||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
font-size: 16px;
|
||||
overflow-y: scroll;
|
||||
max-height: 21px;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
left: 0;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
|
|
@ -42,7 +42,7 @@
|
|||
<p>ARCHBLOX will be back soon, so please be patient.</p>
|
||||
<br />
|
||||
<p>For now, only these links work.</p>
|
||||
<p><a href="https://archblox.com/blog">Blog</a> <a href="https://archblox.com/download">Download</a> <a href="https://archblox.com/buttonhell">Button Hell</a></p>
|
||||
<p><a href="https://archblox.com/blog">Blog</a> <a href="https://archblox.com/download">Download</a> <a href="https://archblox.com/buttonhell">Button Hell</a> <a href="https://archblox.com/mascot">Mascot</a></p>
|
||||
</div>
|
||||
<div id="footer_signup">
|
||||
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,50 @@
|
|||
<html lang="en-us" class="loggedout">
|
||||
<head>
|
||||
<title>Mascot - ARCHBLOX</title>
|
||||
<meta charset="utf-8">
|
||||
<meta content="Mascot - ARCHBLOX" property="og:title">
|
||||
<meta content="the mascot" property="og:description" />
|
||||
<meta content="https://archblox.com" property="og:url" />
|
||||
<meta content="https://archblox.com/img/archbloxmascot.png" property="og:image" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<link rel="apple-touch-icon" href="https://archblox.com/img/MORBLOX.png" />
|
||||
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" />
|
||||
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="https://archblox.com/MORBLOX.ico">
|
||||
<link href="https://archblox.com/css/app.css" rel="stylesheet">
|
||||
<script src="https://archblox.com/js/darkmode.js"></script>
|
||||
<script>
|
||||
getDarkMode()
|
||||
</script>
|
||||
<script>
|
||||
var a=document.getElementsByTagName("a");
|
||||
for(var i=0;i<a.length;i++)
|
||||
{
|
||||
a[i].onclick=function()
|
||||
{
|
||||
window.location=this.getAttribute("href");
|
||||
return false
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="https://archblox.com/js/detect.css" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br>
|
||||
<div id="logo_signup">
|
||||
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200"
|
||||
height="40" /></a>
|
||||
</div>
|
||||
<div class="content_signup">
|
||||
<h1>mascot</h1>
|
||||
<p>this is our mascot. He is #retro.</p>
|
||||
<img src="https://archblox.com/img/archbloxmascot.png">
|
||||
</div>
|
||||
<div id="footer_signup">
|
||||
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -9,6 +9,10 @@
|
|||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description" />
|
||||
@endsection
|
||||
|
||||
@section('alert')
|
||||
<div style="font-size: 12px;"class="alert warning visible ontop"><b>NOTICE:</b> When playing any old Roblox client, Use a sandbox (like <a href="https://sandboxie-plus.com/downloads/">Sandboxie</a> or <a href="https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview">Windows Sandbox</a>) or a VM (that <b>doesn't</b> have host disk access). Old Roblox clients are known to have security vunerabilities, so run them at your own risk.</div>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="PageTitleBar">
|
||||
<h1>Games</h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue