blob: 74fd506250c5f2c165a90d4ef752a42efb20a865 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- Copyright (c) 2010 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head><title>Simple Page</title></head>
<body>
<h1>This is the simplest possible page.</h1>
</body>
</html>
|