2021-01-07 16:34:55 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" dir="ltr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2021-06-02 22:32:30 +02:00
|
|
|
<title>Kalker</title>
|
2021-01-07 16:34:55 +01:00
|
|
|
<meta name="viewport"
|
|
|
|
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<link rel="stylesheet" href="dist/style.css">
|
|
|
|
<script src="dist/bundle.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="calculator">
|
2021-01-09 01:19:52 +01:00
|
|
|
<kalk-calculator autofocus="true" buttonpanel="true" numberrow="true">
|
2021-06-02 22:32:30 +02:00
|
|
|
<console-line>kalker</console-line>
|
2021-01-07 16:34:55 +01:00
|
|
|
<console-line>
|
|
|
|
<span class="hint">Type 'help' for instructions.</span>
|
|
|
|
</console-line>
|
|
|
|
</kalk-calculator>
|
|
|
|
</div>
|
|
|
|
<script src="capacitor.js"></script>
|
|
|
|
</body>
|
|
|
|
|
2021-06-02 22:32:30 +02:00
|
|
|
</html>
|