You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@extends('layouts.master')
|
|
|
|
@section('content')
|
|
|
|
<div class="splash">
|
|
|
|
<div class="logo"><img src="/assets/compass.svg" width="200"></div>
|
|
|
|
<form action="/auth/start" method="post" class="ui form login" style="margin-top: 40px;">
|
|
<div class="ui action input">
|
|
<input type="url" name="me">
|
|
<button type="submit" class="ui button primary">Sign in</button>
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
|
|
@endsection
|