escrcpy/index.html

14 lines
366 B
HTML
Raw Normal View History

2023-11-11 09:39:29 +01:00
<!DOCTYPE html>
2023-11-21 09:37:02 +01:00
<html lang="en" class="">
2023-10-15 18:18:24 +02:00
<head>
<meta charset="UTF-8" />
2023-11-11 09:39:29 +01:00
<link rel="icon" href="/logo.ico" />
2023-10-15 18:18:24 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Escrcpy</title>
2023-10-15 18:18:24 +02:00
</head>
2023-11-11 09:39:29 +01:00
<body class="overflow-hidden">
2023-10-15 18:18:24 +02:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
2023-11-21 09:37:02 +01:00
</html>