HTML code scrip for Whirlpool generator

Created on 3 July, 2024 • 130 views

HTML code scrip for Whirlpool generator

<!DOCTYPE html>

<html lang="en">

<head>

 <meta charset="UTF-8">

 <meta name="viewport" content="width=device-width, initial-scale=1.0">

 <title>Whirlpool Generator</title>

</head>

<body>

 <h1>Whirlpool Generator</h1>

 <p>Enter some text and click the button to generate its Whirlpool hash.</p>

 <form id="whirlpool-form">

  <label for="text-input">Text:</label>

  <textarea id="text-input" name="text" rows="5" cols="30"></textarea>

  <br>

  <button type="submit">Generate Hash</button>

 </form>

 <p id="result"></