A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

easteregg.blade.php 386B

1234567891011121314
  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