UNPKG

@cobalt-engine/cobalt

Version:

33 lines (26 loc) 844 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=<%= viewportScale %>, maximum-scale=<%= viewportScale %>"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="format-detection" content="telephone=no"> <title>Cobalt</title> <!-- components --> <rv-template name="common-components"></rv-template> <!-- /components --> <!-- styles --> <link rel="stylesheet" href="styles/cobalt.css"> <!-- /styles --> </head> <body> <article class="slide"> <!-- layout --> <rv-template name="layout"></rv-template> <!-- /layout --> <h1 rv-html="t.greeting"></h1> </article> <script src="../spa/bundle.js"></script> </body> </html>