Skip to content

Instantly share code, notes, and snippets.

@FrozenHearth
Created October 27, 2020 18:21
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 FrozenHearth/56e0b22c007dcb35466d07035c3d3df2 to your computer and use it in GitHub Desktop.
Save FrozenHearth/56e0b22c007dcb35466d07035c3d3df2 to your computer and use it in GitHub Desktop.
<!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