This repository has been archived on 2021-01-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
laravel-elearning/resources/views/welcome.blade.php
2016-09-01 11:37:49 +02:00

13 lines
No EOL
689 B
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.welcome')
@section('content')
<div class="container-fluid">
<div class="col-md-4 col-md-offset-4">
<h1 class="text-center">Elearning</h1>
<p>You've stumbled upon a door where your mind is the key. There are none who will lend you guidance; these trials are yours to conquer alone. Entering here will take more than mere logic and strategy, but the criteria are just as hidden as what they reveal. Find yourself, and you will find the very thing hidden behind this page. Beyond here is something like a utopiabeyond here is learning</p>
<small><a href="/login">Log Ind</a></small>
</div>
</div>
@stop