Files
tabby-web/src/index.html

14 lines
328 B
HTML
Raw Normal View History

2021-07-16 20:25:00 +02:00
<!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>