Skip to content

Commit 76708c2

Browse files
author
Christopher Powroznik
committed
fix: add missing meta tags
1 parent b12b457 commit 76708c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/Mind_Math.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="A simple math game of two numbers">
7+
<meta name="author" content="Jayanth">
8+
<meta name="github" content="jayanth-7">
69
<title>Mind Math</title>
710
<style>
811
body {

0 commit comments

Comments
 (0)