escrcpy/copilot/index.html

14 lines
354 B
HTML
Raw Normal View History

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