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