Subversion Repositories oidplus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
101 daniel-mar 1
<!DOCTYPE html>
2
<html>
3
 
4
<head>
5
  <meta charset="utf-8">
6
  <title>OIDplus WebWhois</title>
7
</head>
8
 
9
<body>
10
 
11
<h1>OIDplus WebWhois</h1>
12
 
13
<form action="webwhois.php" method="GET">
14
<input type="text" name="query" value="oid:2.999">
15
<input type="submit">
16
</form>
17
 
18
</body>
19
 
20
</html>