16 lines
573 B
HTML
Executable File
16 lines
573 B
HTML
Executable File
<article id="achat" class="std3">
|
|
<h2> Apagar / Encender Chat </h2>
|
|
<div class="onoffswitch">
|
|
<form action="" method="post">
|
|
<input type="checkbox" name="onoffswitch"
|
|
class="onoffswitch-checkbox" id="myonoffswitch" checked>
|
|
<label class="onoffswitch-label" for="myonoffswitch">
|
|
<span class="onoffswitch-inner"></span>
|
|
<span class="onoffswitch-switch"></span>
|
|
</label>
|
|
<input type="hidden" id="tooglechat" name="x" value="disable.sh">
|
|
</form>
|
|
</div>
|
|
<div id="clink" class="chat">Entra al Chat</div>
|
|
</article>
|