add charset

This commit is contained in:
Bruno Rybársky 2023-04-01 22:31:36 +02:00
parent 4f56fbf7c6
commit 69ea574a51
No known key found for this signature in database
GPG Key ID: DFE2C061EF985CD4
2 changed files with 3 additions and 2 deletions

@ -1,4 +1,4 @@
* {
body {
background-color: darkgray;
}

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>WAAAAAA</title>
<meta charset="UTF-8" />
<title>Sluchová hra</title>
<link rel="stylesheet" href="index.css" type="text/css"/>
<script async defer data-website-id="11366cfe-e3d4-4b98-a19f-7ed471a37f71" src="https://umami.brn.systems/umami.js"></script>
<script src="jquery.min.js"></script>