This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
laravel-elearning/resources/views/welcome.blade.php

13 lines
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