mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 20:25:34 +00:00
12 lines
238 B
HTML
12 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>Firefox Send</title>
|
|
<link href="index.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<script src="vendor.js"></script>
|
|
<script src="android.js"></script>
|
|
</body>
|
|
</html>
|