add title

This commit is contained in:
Zutatensuppe 2020-12-03 21:42:25 +01:00
parent 4ac995f1e1
commit 5160008c89
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
overflow: hidden; overflow: hidden;
} }
</style> </style>
<title>🧩 jigsaw.hyottoko.club</title>
</head> </head>
<body> <body>
<script>window.GAME_ID = '{{GAME_ID}}'</script> <script>window.GAME_ID = '{{GAME_ID}}'</script>

View file

@ -2,6 +2,7 @@
<head> <head>
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script> <script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script>
<title>🧩 jigsaw.hyottoko.club</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>