All pastes #2086416 Raw Edit

Someone

public html v1 · immutable
#2086416 ·published 2011-10-03 10:18 UTC
rendered paste body
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>ipimp.at - Åbent nu/næste TV program api</title><style type="text/css">body {}div {	clear: both;}label, input {	display: block;	float: left;}label {	width: 120px;	border: 1px #000 solid;	margin-bottom: 1em;}</style></head><body><form>	<div>		<label for="firstname">Fornavn</label>		<input name="firstname" type="text" />	</div>	<div>		<label for="lastname">Efternavn</label>		<input name="lastname" type="text" />	</div></form></body></html>