aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-28 03:09:52 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-28 03:09:52 +1000
commitea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef (patch)
treecbfe3638242385421ac81c598879a42a62b4841c /index.html
parentd4431d3d200a77f7abfa00e5adc848c633597352 (diff)
Fix font path issue
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index c7f71b2..a3c339e 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Grid of Life</title>
+ <title>Tilo</title>
</head>
<body>
<div id="app"></div>