Last active
July 29, 2023 16:45
-
-
Save rofe/0de48b1696c7334f6fdbd9f63993aad2 to your computer and use it in GitHub Desktop.
sidekick custom view: HTML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
<!-- inherit base styles from sidekick (if desired) --> | |
<link rel="stylesheet" href="chrome-extension://ccfggkjabjahcjoljmgmklhpaccedipo/app.css"> | |
<!-- add your own styles --> | |
<link rel="stylesheet" href="styles.css"> | |
<!-- add your logic --> | |
<script src="script.js"></script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment