|
Revision 43, 266 bytes
(checked in by jm3, 2 years ago)
|
- set Id property on all text-based files
- correctly handling the "no keys found" case with link to GPG help page (just a stub at this point)
|
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<!DOCTYPE html |
|---|
| 2 |
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|---|
| 3 |
"http://www.w3.org/TR/html4/loose.dtd"> |
|---|
| 4 |
<html> |
|---|
| 5 |
<head> |
|---|
| 6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 7 |
</head> |
|---|
| 8 |
|
|---|
| 9 |
<body> |
|---|
| 10 |
|
|---|
| 11 |
<h1>i am not a static test page</h1> |
|---|
| 12 |
|
|---|
| 13 |
</body> |
|---|
| 14 |
</html> |
|---|