A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

19 Zeilen
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