Commit 711ecfdc authored by Krit Punpreuk's avatar Krit Punpreuk

Delete 1

parent 5e48c42d
Pipeline #144 canceled with stages
<style>
.result {
background-color: #f1f1f1;
padding: 0.01em 16px;
margin: 20px 0;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}
.token {
width: auto;
background-color: #fff;
padding: 8px 12px;
border-left: 4px solid #4CAF50;
word-wrap: break-word;
}
</style>
<div class="result">
<p style="text-align: left">Your token (
<%=name%> )</p>
<div class="token">
<%= token%>
</div>
<form action="./" method="get">
<input class="button blue send" type="submit" value="Reset">
</form>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment