Created
October 22, 2023 19:55
-
-
Save davecra/d724d071f6a2c74d9286451a51063de8 to your computer and use it in GitHub Desktop.
index.html for Trello Power-Up
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en-us"> | |
<head> | |
<meta http-equiv="Cache-control" content="no-cache"/> | |
<meta http-equiv="pragma" content="no-cache"/> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<!-- if you want Trello sizeTo to work correctly, you need to keep this --> | |
<link crossorigin="anonymous" rel="stylesheet" href="https://p.trellocdn.com/power-up.min.css"> | |
<title>Power-Up</title> | |
</head> | |
<body> | |
<div id="content"></div> | |
</body> | |
<script crossorigin="anonymous" src="https://p.trellocdn.com/power-up.min.js"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment