blob: 4af4668c37f04559dc35806dd98d4bae8f61b0fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
doctype html
html
head
title Metis Rooster
meta(name='theme-color',content='#F44336')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='stylesheet', href='/stylesheets/style.css')
script(async, defer, src='/javascripts/bundle.js')
link(href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet')
body
block content
|