Skip to content

Commit

Permalink
feat: add analytic tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
s0urcelab committed Jun 30, 2024
1 parent 9e5ae01 commit 9e7ea67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const HTML = ({ lang, title, content, ext = {}, tips, isEdit, showPwPrompt }) =>
<title>${title} — Cloud Notepad</title>
<link href="${CDN_PREFIX}/favicon.ico" rel="shortcut icon" type="image/ico" />
<link href="${CDN_PREFIX}/css/app.min.css" rel="stylesheet" media="screen" />
<script async defer data-website-id="ecbf8429-ce46-440f-ae1f-ff9ebd5764ea" src="//umamirn2.hwb0307.com/umami.js"></script>
</head>
<body>
<div class="note-container">
Expand Down

0 comments on commit 9e7ea67

Please sign in to comment.