Skip to content

Commit da93e58

Browse files
committed
add umami analytics
1 parent f563055 commit da93e58

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

public/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap" rel="stylesheet">
1212
<link rel="stylesheet" href="prism/prism.css" />
1313
<link rel="icon" href="icons/favicon.ico" />
14+
<script defer src="https://umami.luizbills.com/script.js" data-website-id="3143e924-b3a6-42ce-b374-3f527dc894e2"></script>
1415
<style>
1516
html {
1617
font-size: 18px;

public/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -14,6 +14,11 @@
1414
content="Litecanvas is a lightweight HTML5 canvas engine suitable for small web games, prototypes, game jams, animations, creative programming, learning game programming and game design, etc."
1515
/>
1616
<meta name="author" content="Luiz Bills" />
17+
<script
18+
defer
19+
src="https://umami.luizbills.com/script.js"
20+
data-website-id="3143e924-b3a6-42ce-b374-3f527dc894e2"
21+
></script>
1722
<link rel="stylesheet" href="app.css" />
1823
</head>
1924
<body>

public/tools/pixel-art-editor.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<!-- Inspired by https://github.com/xem/miniPixelArt -->
2-
<!DOCTYPE html>
2+
<!doctype html>
33
<html lang="en">
44
<head>
55
<meta charset="UTF-8" />
66
<link rel="icon" href="../icons/favicon.ico" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>litepixel - Tiny pixel art editor</title>
9+
<script
10+
defer
11+
src="https://umami.luizbills.com/script.js"
12+
data-website-id="3143e924-b3a6-42ce-b374-3f527dc894e2"
13+
></script>
914
<style>
1015
body {
1116
margin: 0;

0 commit comments

Comments
 (0)