| Recommend this page to a friend! |
| Classes of Marko Schulz | > | Tmpl | > | example.tpl | > | Download | ||
|
|||||||||||||||||||||
<html>
<head>
<title>[%TITLE%]</title>
<style type="text/css">
<!--
body {
background-color: [%BGCOLOR%];
font-family: [%FONT%];
color: [%COLOR%];
}
-->
</style>
</head>
<body>
<h3>Welcome to [%TITLE%]</h3>
</body>
</html>
|