mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 10:38:45 -04:00
22 lines
434 B
HTML
22 lines
434 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script type="module" src="popup.js"></script>
|
|
</head>
|
|
<style>
|
|
body {
|
|
background-image:url('images/cat_1.0.gif');
|
|
background-size:100%;
|
|
background-repeat: repeat-y;
|
|
background-attachment: fixed;
|
|
height:100%;
|
|
width:100%;
|
|
}
|
|
</style>
|
|
<body>
|
|
<strong>Extension made by @CokePokes</strong>
|
|
</body>
|
|
</html>
|