Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update.html #69

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* Distributed under the BSD License
* See http://crypto.stanford.edu/PwdHash for more info.
*-->
<title>PwdHash</title>
<!-- this is the title of website -->
<title>PwdHash</title>
<script src="md5.js" type="text/javascript"></script>
<script src="pwdhash.js" type="text/javascript"></script>
<script src="hashed-password.js" type="text/javascript"></script>
Expand All @@ -17,6 +18,7 @@
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body onLoad="Init();">
<!-- this commanbd is to form the table -->
<table align=right style="margin: 3em 1em 1em 1em"><tr><td>
<form name="hashform" action="error.html" method="POST"
onsubmit="setTimeout('GenerateToTextField()', 0); return false;">
Expand All @@ -26,6 +28,7 @@
<h3>Site Address</h3>
<p><input type="text" name="domain"></p>
</div>
<!-- this is to make the space for creating password -->
<div class="step" id="theSitePassword">
<h3>Site Password</h3>
<p><input type="password" name="sitePassword"></p>
Expand Down