mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
14 lines
372 B
HTML
14 lines
372 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/logo.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Escrcpy Control</title>
|
|
</head>
|
|
<body class="overflow-hidden">
|
|
<div id="app"></div>
|
|
<script type="module" src="./index.js"></script>
|
|
</body>
|
|
</html>
|