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> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style> <style>
body { body {
font-family: sans-serif; font-family: sans-serif;
} }
pre { pre {
background-color: #eeeeee; background-color: #eeeeee;
padding: 1em; padding: 1em;
white-space: pre-wrap; white-space: pre-wrap;
} }
</style> </style>
</head> </head>