Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ <h1>PokePaste</h1>
<label>Title<input type="text" name="title"></label>
<label>Author<input type="text" name="author"></label>
<label>Notes<textarea name="notes" rows="5"></textarea></label>
<label title="Removes EVs, IVs, and Nature from paste for VGC tournaments">Open team sheet paste?<input type="checkbox" name="openTeamsheet" value="true"></input></label>
<input type="Submit" value="Submit Paste!">
<h2>What is this?</h2>
<p>PokePaste is a way to share Pokemon sets with anyone.</p>
<h2>How does it work?</h2>
<ol>
<li>Paste your team (from <a href="https://play.pokemonshowdown.com/teambuilder">Showdown</a> or your choice of teambuilder), or type it out (using the correct <a href="syntax.html">format</a>).</li>
<li>Paste your team (from <a href="https://play.pokemonshowdown.com/teambuilder">Showdown</a> or your choice of teambuilder), or type it out (using the correct <a href="syntax.html">format</a>) in the box to the left.</li>
<li>Add your name, a title, or notes (all optional).</li>
<li>???</li>
<li>Profit!</li>
Expand Down
Loading