This commit is contained in:
@@ -8,26 +8,25 @@
|
||||
</head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<body>
|
||||
<h1>Pokemon catcher</h1>
|
||||
<header>
|
||||
<h1>Randomizer</h1>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<div class="labelcontainer">
|
||||
<label>Chance</label>
|
||||
<input type="number" id="Chance" name="Chance" min="10">
|
||||
<input type="number" id="Chance" name="Chance" min="10" placeholder="Chance (at least 10)">
|
||||
|
||||
</div>
|
||||
<div class="labelcontainer">
|
||||
<label>Multiplicator</label>
|
||||
<input type="number" id="Multiplicator" name="Multiplicator" min="1" max="3">
|
||||
<input type="number" id="Multiplicator" name="Multiplicator" min="1" max="3" placeholder="Multiplicator (1-3)">
|
||||
|
||||
</div>
|
||||
<div class="labelcontainer">
|
||||
<label>name</label>
|
||||
<input type="text" id="name" maxlength="15">
|
||||
<div class="labelcontainer">
|
||||
<input type="text" id="name" maxlength="15" placeholder="Name (optional)">
|
||||
</div>
|
||||
<div>
|
||||
<input type="button" onclick="calcChanche()" value="Generate">
|
||||
<input type="button" onclick="calcChanche()" value="Go">
|
||||
</div>
|
||||
<p id="won"></p>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user