mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
added files via upload
This commit is contained in:
21
Extensions/OpenYoutubeSafariExtension.appex/popup.html
Normal file
21
Extensions/OpenYoutubeSafariExtension.appex/popup.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!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>
|
Reference in New Issue
Block a user