changed title

This commit is contained in:
2026-02-02 17:36:42 +01:00
parent 85705628f2
commit 7f66bc2263
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@
bin/ bin/
obj/ obj/
out/ out/
publish/ artifacts/
# IDE # IDE
.vs/ .vs/

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>CoopGameChooser</title> <title>Pick'n'Play</title>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">