diff --git a/main.go b/main.go
index 06b3572..ea49ae9 100644
--- a/main.go
+++ b/main.go
@@ -109,6 +109,7 @@ var pageTmpl = template.Must(template.New("page").Parse(`
@@ -181,23 +185,16 @@ var pageTmpl = template.Must(template.New("page").Parse(`
| {{.}} |
{{end}}
-
-
Notes
-
- -
+
+
Notes
+
+ -
No data generated by this page is stored on the server at any time. Your passphrases are never logged or recorded.
- -
+
-
All randomness is generated using Go's crypto/rand package, which uses the Linux kernel's secure random generator (same source as /dev/urandom).
- -
+
-
Source code for this generator is available at:
https://git.coadcorp.com/nathan/ppgen