blob: 4faefccad329024c1076c217bb09222e2c9e63c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<meta charset="utf-8" />
<title>GOOGLE</title>
<style>
a {
color: blue;
text-decoration: underline;
cursor: pointer;
}
</style>
</head>
<body>
<h1>Welcome to Google</h1>
<a id="prototype">Google Search Engine Prototype</a>
<br />
<a id="alpha">Might-work-some-of-the-time-prototype that is much more up to date.</a>
</body>
</html>
|