Correct character encoding for credits html

This commit is contained in:
Rashiq 2016-12-23 22:06:14 +01:00
parent 4373599f49
commit 130389af96

View File

@ -1,13 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
body {
font-family: sans-serif;
font-family: sans-serif;
}
pre {
background-color: #eeeeee;
padding: 1em;
white-space: pre-wrap;
background-color: #eeeeee;
padding: 1em;
white-space: pre-wrap;
}
</style>
</head>