Last active
September 12, 2022 12:54
-
-
Save pusewicz/2ad91105be9e8c4226d2838320015ccc to your computer and use it in GitHub Desktop.
Step 1: Adding the Platform bundle
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" /> | |
<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