Commit 3f222e5e authored by Yenthe's avatar Yenthe

Add meta content in HTML page

Add the meta content in the HTML page to prevent "The character encoding of the HTML document was not declared" which might be caused in some browsers.
parent 757b8285
<!DOCTYPE html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Raphael Dev testing html</title>
<!-- HTML to try new developments in Raphael -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment