asciinema.org/app/views/layouts/bare.html.slim

12 lines
278 B
Plaintext
Raw Normal View History

doctype html
html[lang="en"]
head
meta[charset="utf-8"]
title = page_title
2013-06-12 19:52:15 +00:00
= stylesheet_link_tag 'embed', :media => 'all'
= javascript_include_tag 'embed'
script
| window.mainWorkerPath = '#{javascript_path "main_worker"}';
body.iframe
= yield