A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

15 строки
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