Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
<head>
<style>
#container {
width: 100px;
height: 100px;
background: lime;
}
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>