Skip to content

Commit

Permalink
Merge pull request #18 from LHRUN/feature/0.2.8
Browse files Browse the repository at this point in the history
Feature/0.2.8
  • Loading branch information
LHRUN authored Dec 3, 2023
2 parents f353325 + 8676a9d commit ecc398d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.8 (2023-12-03)

### Feat

- add microsoft clarity

# 0.2.7 (2023-12-03)

### Feat
Expand Down
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
<link rel="icon" type="image/svg+xml" href="/canvas.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>paint-board</title>
<meta name="twitter:description" content="multifunctional drawing board">
<meta name="keywords" content="drawing board,paint board,html canvas,canvas">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "k06rclje17");
</script>
</body>
</html>

0 comments on commit ecc398d

Please # to comment.