index.html for Trello Power-Up
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
<!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