tabby-web/index.pug
Eugene Pankov 04ddd11dfc
wip
2021-05-31 20:13:09 +02:00

12 lines
372 B
Plaintext

doctype html
html
head
base(href='dist/')
meta(name='viewport', content='initial-scale=1, minimal-ui, shrink-to-fit=no')
link(href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400", rel="stylesheet")
script(src='index.js', defer)
title Terminus
body
.terminal
iframe(src='terminal.html')