You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
979 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>asbplayer - Audio Capture</title>
</head>
<body style="background-color: #303030; margin: 0">
<div
id="root"
style="
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
color: white;
font-family: 'Segoe UI', Arial, Meiryo, sans-serif;
font-size: 24px;
"
>
<div style="text-align: center">
<img src="assets/icon128.png" />
<div id="helper-text">This page is used by asbplayer to capture audio.</div>
</div>
</div>
<script src="background-page.js"></script>
</body>
</html>