Created
October 27, 2020 18:21
-
-
Save FrozenHearth/56e0b22c007dcb35466d07035c3d3df2 to your computer and use it in GitHub Desktop.
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"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1.0" /> | |
<link rel="icon" href="<%= BASE_URL %>favicon.ico" /> | |
<link | |
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" | |
rel="stylesheet" | |
/> | |
<title>Trello DnD</title> | |
</head> | |
<body> | |
<noscript> | |
<strong | |
>We're sorry but Trello DnD doesn't work properly without JavaScript | |
enabled. Please enable it to continue.</strong | |
> | |
</noscript> | |
<div id="app"></div> | |
<!-- built files will be auto injected --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment