Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<!DOCTYPE html>
<html>
<head>
<title>wide reference, empty</title>
<style type="text/css">
div
{
width: 768px; height: 256px;
border: 1px solid black;
}
</style>
</head>
<body>
<div></div>
</body>
</html>