blob: e503143a3b4acb220481b635aa5934a05356d7a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|