Fix html charset

This commit is contained in:
clerie 2023-06-13 18:32:49 +02:00
parent 0e2fcf3195
commit 9dc6bca6b0

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8">
<title>Upcoming Chaos Events</title> <title>Upcoming Chaos Events</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
</head> </head>