23 lines
943 B
HTML
23 lines
943 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="A rowing monitor for rowing exercise machines">
|
|
<meta name="author" content="Lars Berning">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" sizes="192x192" href="icon.png">
|
|
<title>Open Rowing Monitor</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<web-app></web-app>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|