1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/dist/index.html

26 lines
792 B
HTML
Raw Permalink Normal View History

2019-05-28 20:59:00 +00:00
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
2019-05-28 20:59:00 +00:00
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<title>BrowserPhone</title>
<link rel="manifest" href="manifest.json">
2019-05-28 20:59:00 +00:00
</head>
<body>
<div id="app"></div>
<script>
window.capabilityTokenAuth = '{{ env `CAP_TOKEN_AUTH` }}'
2019-05-28 20:59:00 +00:00
window.capabilityTokenURL = '{{ env `CAP_TOKEN_URL` }}'
</script>
<script src="app.js"></script>
</body>
</html>