A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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