]>
Commit | Line | Data |
---|---|---|
a6a71e44 RBR |
1 | <!DOCTYPE HTML> |
2 | ||
3 | <html lang="en"> | |
4 | <head> | |
5 | <meta charset="utf-8"> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
7 | <meta name="author" content="Rubén Beltrán del Río"> | |
8 | <meta name="description" content="Tranquil Systems is a product engineering shop that builds apps and helps team develop sustainable, pragmatic engineering practices."> | |
9 | ||
10 | <title>Tranquil Systems.</title> | |
11 | ||
12 | <link rel="stylesheet" href="/css/application.css"> | |
13 | ||
14 | <link rel="icon" type="image/png" sizes="32x32" href="/images/icon32.png"> | |
15 | <link rel="icon" type="image/png" sizes="96x96" href="/images/icon96.png"> | |
16 | <link rel="icon" type="image/png" sizes="16x16" href="/images/icon16.png"> | |
17 | ||
18 | <script type="module" src="/js/updater.js"></script> | |
19 | </head> | |
20 | <body> | |
21 | <div class="content-wrapper"> | |
22 | <main> | |
23 | <h1><img alt="" src="/images/logo.png" />Fyr.</h1> | |
24 | <p>Communicate through light.</p> | |
25 | <h2>Update Status</h2> | |
26 | <div class="updater" /> | |
27 | </main> | |
28 | </div> | |
29 | </body> | |
30 | </html> |