diff options
author | Determinant <[email protected]> | 2019-02-19 01:03:09 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-02-19 01:03:09 -0500 |
commit | a6b9dadfe68921e6c7795518441109e77963ecd9 (patch) | |
tree | c368572137ea7d092fcc1a623609e4faa23ad20c /src/tab.html | |
parent | 63fe414b6bf556fcc69e7065cfe96a642e54cf7f (diff) |
support new tab page; fix bugs
Diffstat (limited to 'src/tab.html')
-rw-r--r-- | src/tab.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/tab.html b/src/tab.html new file mode 100644 index 0000000..deaa3ec --- /dev/null +++ b/src/tab.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta + name="viewport" + content="width=device-width, initial-scale=1, shrink-to-fit=no" + /> + <meta name="theme-color" content="#000000" /> + <link rel="stylesheet" href="/fonts/TypoPRO-FantasqueSansMono-Regular.css" /> + <title>New Tab</title> + </head> + <body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="root"></div> + </body> +</html> |