16 lines
352 B
HTML
16 lines
352 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>xCloud KB&M Extension's Popup</title>
|
||
|
<link rel="stylesheet" href="css/shared.css">
|
||
|
<link rel="stylesheet" href="css/popup.css">
|
||
|
<script src="js/vendor.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="root"></div>
|
||
|
<script src="js/popup.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|