14 lines
		
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<link rel='stylesheet' type='text/css' media='screen' href='/form.css'>
 | 
						|
<form method="post" action="post-article" enctype="application/x-www-form-urlencoded">
 | 
						|
    <label style="display: none">Create new post:</label>
 | 
						|
    <p>Markdown is supported!</p>
 | 
						|
    <textarea
 | 
						|
        accesskey="/"
 | 
						|
        id="article"
 | 
						|
        name="article"
 | 
						|
        required
 | 
						|
        maxlength="1000"
 | 
						|
        rows="11"
 | 
						|
        placeholder="Your super sick idea..."></textarea>
 | 
						|
    <input type="submit" value="Post">
 | 
						|
</form> |