Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="editable.css" type="text/css">
<script>
function setDesignMode() {
window.document.designMode = "On";
}
</script>
</head>
<body onload="setDesignMode()">
</body>
</html>