23 lines
277 B
Smalltalk
23 lines
277 B
Smalltalk
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>$title$ -- Tweedle</title>
|
|
<style>
|
|
.message {
|
|
border: 1px solid black;
|
|
margin-bottom: 10px;
|
|
padding: 10px;
|
|
}
|
|
.message p {
|
|
margin: 0;
|
|
}
|
|
.message div {
|
|
margin-top: 15px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
$content$
|
|
</body>
|
|
</html>
|