A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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