24
1
Fork 0
drop.chapril.org-firefoxsend/ios/send-ios/assets/index.html

18 lines
399 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Firefox Send</title>
<link href="index.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head>
<body>
<script>
const EXPIRE_SECONDS = 86400;
</script>
<script src="vendor.js"></script>
<script src="ios.js"></script>
</body>
</html>