2018-07-27 15:20:08 +02:00
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
2020-10-15 18:48:54 +02:00
|
|
|
<title>Send</title>
|
2018-07-27 15:20:08 +02:00
|
|
|
<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>
|
2020-10-15 18:48:54 +02:00
|
|
|
|