You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bbsandbox/views/input.slim

17 lines
322 B
Plaintext

doctype html
html
head
title pwn
body
h1 add your dope sploit
form method='post' name='sploit'
label for='slug' slug
br
input name='slug' type='text'
br
label for='comment' bbcode input
br
textarea name='comment' rows=10 cols=80
br
input type='submit'