diff options
Diffstat (limited to 'src/html/word-square.html')
-rw-r--r-- | src/html/word-square.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html/word-square.html b/src/html/word-square.html index 32089e7..853f813 100644 --- a/src/html/word-square.html +++ b/src/html/word-square.html @@ -5,6 +5,8 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta name="description" content="Magic squares playgound"> + <title>Magic Squares</title> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> <style> input[type=text] |