LDP/LDP/lampadas/lampadas/home.xhtml

29 lines
483 B
HTML

<html>
<head>
<title view="title" model="title">
Title will go here
</title>
<style>
.quote {color: red;}
</style>
</head>
<body>
<h1 view="title" model="title">
Title will go here
</h1>
<pre view="quote" model="quote" class="quote">
Quote will go here.
</pre>
<form action="">
<input type="text" model="newQuote" controller="newQuote" name="newQuote" />
<input type="submit" />
</form>
<a href="home.rpy">Refresh</a>
</body>
</html>