- Добавил Bootstrap и настроил внешний вид форм приложения.

https://www.youtube.com/watch?v=a51jGwoTNmI&list=PLU2ftbIeotGpAYRP9Iv2KLIwK36-o_qYk&index=13
This commit is contained in:
Leonid
2025-02-13 15:23:23 +03:00
parent 8580d4cfa6
commit 27441efde7
12 changed files with 189 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
<#import "parts/common.ftl" as com>
<@com.page>
<div>Hello there</div>
<a href="/main">Main page</a>
<br>
<a href="/users">Users page</a>
<h5>Hello, guest</h5>
<div>
This is a simple version of Twitter
</div>
</@com.page>