A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
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.

15 lines
386B

  1. @extends('easteregg')
  2. @section('title', 'Lets all love Lain')
  3. @section('content')
  4. <a href="{{ route('index') }}" title="No matter where you go, everybody's connected.">
  5. <img src="/img/lain/fg.gif">
  6. </a>
  7. <bgsound src="/audio/duvet.mid" loop="">
  8. @endsection
  9. @section('scripts')
  10. <link rel='stylesheet' type='text/css' href='/css/page/lovelain.css'/>
  11. @endsection