Difference between revisions of "lure.article.renderpreview"

(Markup)
(Markup)
Line 3: Line 3:
  
  
<source type="html">
+
<source type="html4strict">
 
<html>
 
<html>
 
<head>
 
<head>

Revision as of 07:02, 28 August 2012

Markup

<html>
	<head>		
		<title>Lure Test Page</title>								
		<style type="text/css">
			html
			{
				width:500;
			}
			div.custom
			{
				height: 20px;												
				width:50px;
			}
		</style>
	</head>
	<body>
		<div style="background-color:lightGrey;">
			<h1>Lure Test Page</h1>
			<p>Bacon ipsum dolor sit amet tenderloin shank sirloin short ribs ham hock bacon jowl sausage ground round andouille short loin chuck biltong frankfurter tongue. Tenderloin rump turducken, boudin kielbasa swine pig chicken. Ham hock ham spare ribs ribeye tenderloin. Salami bacon sausage, leberkas ham pork ribeye drumstick beef ribs turducken strip steak biltong tenderloin.</p>
			<p>Meatloaf spare ribs corned beef sausage, frankfurter shankle drumstick pork chop chicken short loin bresaola strip steak ribeye cow. Sausage pastrami tail cow, sirloin jerky spare ribs turducken. Beef salami biltong drumstick, meatball kielbasa frankfurter meatloaf pastrami ball tip flank. Shoulder sirloin jowl ham bacon tenderloin. Tri-tip pastrami jerky rump leberkas, salami sirloin drumstick short ribs fatback chuck. Turkey short ribs swine jowl beef cow leberkas shoulder sausage tri-tip. Leberkas pork chop ball tip meatloaf shankle jowl venison rump bacon t-bone tri-tip salami pastrami.</p>			
			<div style="width:20px;background-color:blue;" 		class="custom"></div>
			<div style="width:40px;background-color:red;" 		class="custom"></div>
			<div style="width:60px;background-color:orange;" 	class="custom"></div>
			<div style="width:80px;background-color:black;" 	class="custom"></div>
		</div>
	</body>
	<script type="text/lua">
		print("successfully loaded test2.html")		
	</script>
</html>

Render

lure-render-preview.jpg