aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/contentScript/auth-popup.html
blob: 42a2ce3802bd3ec68804592aa47f9b854fcad271 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Authorize</title>
    <link rel="stylesheet" href="auth-popup.css">
    <script src="primary/main.js"></script>
</head>
    <div id="app"></div>
</html>