Update login_iframe.blade.php
This commit is contained in:
parent
4443c93671
commit
181c26b712
|
|
@ -5,10 +5,10 @@
|
||||||
ARCHBLOX Login
|
ARCHBLOX Login
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="/web/20130715023249cs_/https://www.roblox.com/CSS/Base/CSS/FetchCSS?path=main___bf363dfd925930252a5f326c7990c31c_m.css">
|
href="http://web.archive.org/web/20130715023249cs_/https://www.roblox.com/CSS/Base/CSS/FetchCSS?path=main___bf363dfd925930252a5f326c7990c31c_m.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body style="background: #E1E1E1;">
|
||||||
<div id="LoginForm">
|
<div id="LoginForm">
|
||||||
<div class="newLogin" id="newLoginContainer">
|
<div class="newLogin" id="newLoginContainer">
|
||||||
<form method="POST" action="{{ route('login') }}">
|
<form method="POST" action="{{ route('login') }}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue