<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Simple SERP</title>
<style>
#static,
#editable,
#consumes,
#ignores {
border: 1px solid black;
height: 30px;
}
</style>
</head>
<body>
<h1 style="text-align:center;">
Simple<br>
SERP<br>
(not live)
</h1>
</body>
</html>