historical/xcloud-keyboard-mouse-inftrial.git/public/popup.html

16 lines
352 B
HTML
Raw Normal View History

2024-01-16 11:20:27 -06:00
<!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>