|
Revision 43, 267 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 |
<html> |
|---|
| 2 |
<head> |
|---|
| 3 |
<title> simple gmail test page </title> |
|---|
| 4 |
</head> |
|---|
| 5 |
|
|---|
| 6 |
<frameset rows="60%,40%" border="0"> |
|---|
| 7 |
<frame name=main src="simple-main.html" frameborder=0 noresize scrolling=no> |
|---|
| 8 |
<frame name=js src="simple-js.html" frameborder=0 noresize> |
|---|
| 9 |
</frameset> |
|---|
| 10 |
|
|---|
| 11 |
</html> |
|---|