diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-20 00:13:19 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-20 00:13:19 +0200 |
| commit | a6a71e448b7f88bbf2d00e23a53355777373d3fb (patch) | |
| tree | 48046f842f58e616bf640bbc99a1df2f57e27e53 /index.html | |
| parent | fef68461cb85a882c86e93b1cc66b57f0f680681 (diff) | |
Add picker
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> |