forked from alvinwan/codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
19 lines (19 loc) · 741 Bytes
/
About.html
File metadata and controls
19 lines (19 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<base target="_top">
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
<!-- The CSS package above applies Google styling to buttons and other elements. -->
</head>
<body>
<div>
<p>
<i>Form Code Generator</i> was created for lightweight use cases only.
It should not be used for complex or important workflows, as the security of
these hash codes are not generated per state-of-the-art standards
(e.g., does not support nonce values, counter rainbow tables)
</p>
<p>Learn more at <a href="http://codegen.alvinwan.com">codegen.alvinwan.com</a>. Created by <a href="http://alvinwan.com">Alvin Wan</a>.</p>
</div>
</body>
</html>