kindle-display/server/views/_layout.pug
2023-08-13 09:18:28 +02:00

12 lines
307 B
Text

include _mixins
doctype html
html
head
title Display
link(rel="stylesheet" href="/style.css")
meta(name="viewport" content="width=600")
meta(name="apple-mobile-web-app-capable" content="yes")
meta(name="apple-mobile-web-app-status-bar-style" content="white")
body
block content