web sttarting
This commit is contained in:
12
web/views/content_users/main_page.py
Normal file
12
web/views/content_users/main_page.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import flet as ft
|
||||
import designer as ds
|
||||
|
||||
class MainPageUser(ft.Column):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
spacing=16,
|
||||
controls=[
|
||||
ft.Text("Добро пожаловать в COPP!", color=ds.clolors.ferst, size=24, weight=ft.FontWeight.BOLD),
|
||||
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user