A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

19 lignes
963B

  1. @extends('default')
  2. @section('title', 'Preferences')
  3. @section('breadcrumb')
  4. <a href="{{ route('index') }}">Home</a>
  5. <a>></a>
  6. <a href="{{ route('disclaimer') }}">Disclaimer</a>
  7. @endsection
  8. @section('content')
  9. <div class="row">
  10. <p>This application is an unofficial side project for the Knockout forums, it is infrequently maintained, may occasionally break down, and is generally not recommended to be used as a daily driver.</p>
  11. <p>Some Knockout features may turn up first here due to it sometimes being used as a testbed for new API's. These features are not guaranteed to make it into the main version of the Knockout application and may be deprecated with no notice.</p>
  12. <p>This application is also designed to be as bloat free and pragmatic as possible, supporting all Web 2.0 browsers including IE5 and up.</p>
  13. <p>Don't ask for me to add anything that relies on Javascript, its not happening.</p>
  14. </div>
  15. @endsection