Skip to content

Instantly share code, notes, and snippets.

@rofe
Last active July 29, 2023 16:45
Show Gist options
  • Save rofe/0de48b1696c7334f6fdbd9f63993aad2 to your computer and use it in GitHub Desktop.
Save rofe/0de48b1696c7334f6fdbd9f63993aad2 to your computer and use it in GitHub Desktop.
sidekick custom view: HTML
<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