Skip to content

Instantly share code, notes, and snippets.

@pusewicz
Last active September 12, 2022 12:54
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 pusewicz/2ad91105be9e8c4226d2838320015ccc to your computer and use it in GitHub Desktop.
Save pusewicz/2ad91105be9e8c4226d2838320015ccc to your computer and use it in GitHub Desktop.
Step 1: Adding the Platform bundle
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>todos</title>
+ <script async src="https://platform.harvestapp.com/assets/platform.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment