14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
doctype html
|
|
html lang="en"
|
|
head
|
|
meta charset="utf-8"
|
|
meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
|
|
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
|
title Qwaiter
|
|
= stylesheet_link_tag "user/foundation/application"
|
|
= javascript_include_tag "vendor/modernizr"
|
|
javascript:
|
|
var Qstorage = localStorage;
|
|
body
|
|
= yield
|