escrcpy/index.html

13 lines
346 B
HTML
Raw Normal View History

2023-10-15 18:18:24 +02:00
<!doctype html>
<html lang="en" class="dark">
2023-10-15 18:18:24 +02:00
<head>
<meta charset="UTF-8" />
<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>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>