mirror of https://github.com/tildeclub/ttbp.git
make encoding explicit to fix unicode rendering
This commit is contained in:
parent
530f078744
commit
4269e3598d
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>$USER on TTBP</title>
|
<title>$USER on TTBP</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue