add blog
This commit is contained in:
parent
08739c02e1
commit
c739a7402f
|
|
@ -31,6 +31,9 @@
|
||||||
<div class="content_signup">
|
<div class="content_signup">
|
||||||
<h1>Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
<h1>Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
||||||
<p>ARCHBLOX will be back soon, so please be patient.</p>
|
<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></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer_signup">
|
<div id="footer_signup">
|
||||||
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
<html lang="en-us" class="loggedout">
|
||||||
|
<head>
|
||||||
|
<title>Blog - ARCHBLOX</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta content="ARCHBLOX" property="og:title">
|
||||||
|
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description">
|
||||||
|
<meta content="https://archblox.com" property="og:url" />
|
||||||
|
<meta content="https://archblox.com/img/MORBLOXlogo.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 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>
|
||||||
|
|
||||||
|
<p id="morbin">We'll be right back.</p>
|
||||||
|
</div>
|
||||||
|
<div class="content_signup">
|
||||||
|
<h1>Blog</h1>
|
||||||
|
<br>
|
||||||
|
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" style="border:none;" seamless sandbox></iframe>
|
||||||
|
</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>
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<html lang="en-us" class="loggedout">
|
<html lang="en-us" class="loggedout">
|
||||||
<head>
|
<head>
|
||||||
<title>ARCHBLOX - Download</title>
|
<title>Download - ARCHBLOX</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content="ARCHBLOX" property="og:title">
|
<meta content="ARCHBLOX" property="og:title">
|
||||||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description">
|
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description">
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,9 @@
|
||||||
<div class="content_signup">
|
<div class="content_signup">
|
||||||
<h1>Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
<h1>Oh Noes! ARCHBLOX is currently under maintenance.</h1>
|
||||||
<p>ARCHBLOX will be back soon, so please be patient.</p>
|
<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></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer_signup">
|
<div id="footer_signup">
|
||||||
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company.</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue