Add charset declaration for standards-compliance.
Add charset declaration for standards-compliance.

File last commit:

4e0d93c1f71c
07f1160a60b4
Show More
index.htm
14 lines | 315 B | text/html | HtmlLexer
Add stuff for the Endgames mini-VN.
r8 <!doctype html>
<html>
<head>
<title>Endgames Omake</title>
<link rel="stylesheet" href="fullscreen.css">
<meta name="viewport" content="width=device-width, user-scalable=no">
</head>
<body>
<div class="viewport-container">
<iframe src="intro.htm" seamless="true"></iframe>
</div>
</body>
</html>