Files
konstrui/example/webInput/projectPage.html

12 lines
194 B
HTML

<!DOCTYPE html>
<html>
<title>{{title}} - {{author}}</title>
<body>
<h1>Project individual page</h1>
<h2>{{title}}</h2>
<p>{{author}}</p>
<p>{{description}}</p>
</body>
</html>