updated footer

This commit is contained in:
Thomas G 2022-07-12 08:02:55 +10:00
parent ed0c0562be
commit c18d50ff3d
3 changed files with 3 additions and 6 deletions

View File

@ -43,8 +43,7 @@
<p>There are <strong>{{ App\Models\User::count() }}</strong> users registered</p> <p>There are <strong>{{ App\Models\User::count() }}</strong> users registered</p>
</div> </div>
<div id="footer_signup"> <div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company. We're still Morbin'!</p>
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p> <p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div> </div>
</body> </body>

View File

@ -74,8 +74,7 @@
@yield('content') @yield('content')
</div> </div>
<div id="footer"> <div id="footer">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company. We're still Morbin'!</p>
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a> <p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a>
</p> </p>
</div> </div>

View File

@ -41,8 +41,7 @@
<p>If you get a popup saying "Windows protected your PC", press "More info" and then press "Run anyway".</p> <p>If you get a popup saying "Windows protected your PC", press "More info" and then press "Run anyway".</p>
</div> </div>
<div id="footer_signup"> <div id="footer_signup">
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin <p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company. We're still Morbin'!</p>
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p> <p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div> </div>
</body> </body>