16 lines
465 B
HTML
16 lines
465 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Set Google Key</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<!--
|
|
Copyright (c) 2002-2004, Erik C. Thauvin
|
|
All rights reserved.
|
|
-->
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
<form action="key.jsp" method="post">
|
|
<input size="35" name="key" value=""> <input type="submit" value="Set Google Key" name="btnG">
|
|
</form>
|
|
</body>
|
|
</html>
|