mirror of
https://github.com/arnaucube/konstrui.git
synced 2026-02-07 11:36:40 +01:00
12 lines
194 B
HTML
Executable File
12 lines
194 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<title>{{title}} - {{author}}</title>
|
|
<body>
|
|
<h1>Project individual page</h1>
|
|
<h2>{{title}}</h2>
|
|
<p>{{author}}</p>
|
|
<p>{{description}}</p>
|
|
</body>
|
|
|
|
</html>
|