mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 23:06:04 +01:00
14 lines
328 B
HTML
14 lines
328 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<base href="/">
|
||
|
|
<meta name="viewport" content="initial-scale=1, minimal-ui, shrink-to-fit=no">
|
||
|
|
<link rel="icon" type="image/png">
|
||
|
|
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
|
||
|
|
<title>Tabby</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<app></app>
|
||
|
|
</body>
|
||
|
|
</html>
|