-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
25 lines (22 loc) · 996 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Android in browser| Phone on web | Browserlify.com</title>
<meta name="description"
content="Android in browser, Phone on web, Control android with browser without root, not need software download">
<meta name="keywords" content="Android in browser, Phone on Web, Control android with browser, Browser automation">
</head>
<body>
<style>
body {
font-size: 100%;
font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
</style>
<div id="app"></div>
<script type="module" src="/src/extension.js"></script>
</body>
</html>