24
1
Fork 0
drop.chapril.org-firefoxsend/android/app/src/main/assets/index.html

17 lines
289 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Firefox Send</title>
<link href="index.css" rel="stylesheet">
</head>
<body>
<script>
const EXPIRE_SECONDS = 86400;
</script>
<script src="vendor.js"></script>
<script src="android.js"></script>
</body>
</html>