Fix missing </div>
This commit is contained in:
parent
339719798d
commit
f292c2baec
|
@ -443,6 +443,7 @@
|
|||
<option value="sls">YAML+Jinja</option>
|
||||
<option value="zephir">Zephir</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<button type="submit" class="btn btn-raised btn-primary">Submit<div class="ripple-container"></div></button>
|
||||
</div>
|
||||
|
@ -453,9 +454,9 @@
|
|||
</form>
|
||||
<div class="well">
|
||||
<code>$ <command> | curl -F 'p=<-' https://p.pantsu.cat/save</code>
|
||||
<p>https://p.pantsu.cat/save/(XML|JSON|HTML)</p>
|
||||
<p>https://p.pantsu.cat/p/(PASTE)/(lang)</p>
|
||||
<p>https://p.pantsu.cat/del/(PASTE)/(DELKEY)</p>
|
||||
<code>https://p.pantsu.cat/save/(XML|JSON|HTML)</code>
|
||||
<code>https://p.pantsu.cat/p/(PASTE)/(lang)</code>
|
||||
<code>https://p.pantsu.cat/del/(PASTE)/(DELKEY)</code>
|
||||
<p>Source: <a href="https://github.com/ewhal/Pastebin">Github</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue