soko-web/templates/views/index.php.tpl

12 lines
235 B
Smarty
Raw Normal View History

2023-04-07 19:32:15 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{app}</title>
</head>
<body>
<p>Hello World! This is {app}.</p>
</body>
</html>