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.

19 lines
508 B

  1. @extends('layouts.master')
  2. @section('content')
  3. <div class="splash h-x-app">
  4. <a class="p-name u-url" href="" style="display: none;">Compass</a>
  5. <div class="logo"><img src="/assets/compass.svg" width="200" class="u-logo"></div>
  6. <form action="/auth/start" method="post" class="ui form login" style="margin-top: 40px;">
  7. <div class="ui action input">
  8. <input type="url" name="me">
  9. <button type="submit" class="ui button primary">Sign in</button>
  10. </div>
  11. </form>
  12. </div>
  13. @endsection