mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-17 09:59:53 +00:00
12 lines
372 B
Plaintext
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')
|