diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..e503143 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="author" content="Rubén Beltrán del Río"> + <meta name="description" content="Tranquil Systems is a product engineering shop that builds apps and helps team develop sustainable, pragmatic engineering practices."> + + <title>Tranquil Systems.</title> + + <link rel="stylesheet" href="/css/application.css"> + + <link rel="icon" type="image/png" sizes="32x32" href="/images/icon32.png"> + <link rel="icon" type="image/png" sizes="96x96" href="/images/icon96.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/icon16.png"> + + <script type="module" src="/js/updater.js"></script> + </head> + <body> + <div class="content-wrapper"> + <main> + <h1><img alt="" src="/images/logo.png" />Fyr.</h1> + <p>Communicate through light.</p> + <h2>Update Status</h2> + <div class="updater" /> + </main> + </div> + </body> +</html> |