Skip to content

Instantly share code, notes, and snippets.

@Chanutg
Created May 17, 2019 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chanutg/a52361c981b138b3da5da955e96f831b to your computer and use it in GitHub Desktop.
Save Chanutg/a52361c981b138b3da5da955e96f831b to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Faucet</title>
</head>
<body>
<form>
<h1>Faucet</h1>
<p>
<label for="Address">Votre adresse</label> :
<input type="text" name="adresse" id="address" required>
</p>
<input type="submit" value="Envoyer">
</form>
<script src="transaction.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment