2020-01-01 18:10:13 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2020-05-20 15:48:16 +00:00
|
|
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
|
|
<meta name="description" content="A new Flutter project.">
|
|
|
|
|
|
|
|
<!-- iOS meta tags & icons -->
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="fluffychat">
|
|
|
|
<link rel="apple-touch-icon" href="icons/Icon-192.png">
|
|
|
|
|
|
|
|
<!-- Favicon -->
|
|
|
|
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
|
|
|
|
|
2020-01-01 18:10:13 +00:00
|
|
|
<title>fluffychat</title>
|
2020-05-20 15:48:16 +00:00
|
|
|
<link rel="manifest" href="manifest.json">
|
2020-01-01 18:10:13 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-05-20 15:48:16 +00:00
|
|
|
<!-- This script installs service_worker.js to provide PWA functionality to
|
|
|
|
application. For more information, see:
|
|
|
|
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
|
|
|
<script>
|
|
|
|
if ('serviceWorker' in navigator) {
|
|
|
|
window.addEventListener('load', function () {
|
|
|
|
navigator.serviceWorker.register('flutter_service_worker.js');
|
|
|
|
});
|
|
|
|
}
|
|
|
|
</script>
|
2020-02-15 07:55:41 +00:00
|
|
|
<script src="assets/assets/js/package/olm.js"></script>
|
2020-05-13 13:58:59 +00:00
|
|
|
<script defer src="sql-wasm.js"></script>
|
2020-01-01 18:10:13 +00:00
|
|
|
<script src="main.dart.js" type="application/javascript"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|