Skip to content

Instantly share code, notes, and snippets.

@davecra
Created October 22, 2023 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecra/d724d071f6a2c74d9286451a51063de8 to your computer and use it in GitHub Desktop.
Save davecra/d724d071f6a2c74d9286451a51063de8 to your computer and use it in GitHub Desktop.
index.html for Trello Power-Up
<!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