Files
tabby-web/index.pug
Eugene Pankov ff29392dad .
2021-05-22 15:52:23 +02:00

12 lines
365 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')
title Terminus
body
.terminal
iframe(src='terminal.html')