A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

22 rindas
1015B

  1. <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Frameset//EN' 'http://www.w3.org/TR/html4/frameset.dtd'>
  2. <html class="lang-eng" dir="ltr" ng-app="" >
  3. <head>
  4. <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
  5. <meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=0'>
  6. <meta name='mobile-web-app-capable' content='yes'>
  7. <meta charset='ISO-8859-1'>
  8. <link rel='icon' type='image/x-icon' href='/favicon.ico' />
  9. <link rel='stylesheet' type='text/css' href='/css/main.css' media="screen" />
  10. <link rel="stylesheet" type="text/css" href="/css/enhance.css" media="handheld, screen and (min-width: 640px)" />
  11. <!--[if IE]>
  12. <link rel="stylesheet" type="text/css" href="/css/enhance.css" />
  13. <![endif]-->
  14. @yield('scripts')
  15. <meta name='theme-color' content='#333'>
  16. <title>Knockout Lite | @yield('title', 'Index')</title>
  17. </head>
  18. <body>
  19. @yield('page')
  20. </body>
  21. </html>