make encoding explicit to fix unicode rendering

This commit is contained in:
cosarara 2020-10-24 14:23:34 +02:00 committed by Ben Harris
parent 530f078744
commit 4269e3598d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta charset="utf-8">
<title>$USER on TTBP</title>
<link rel="stylesheet" href="style.css" />
</head>