Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +1 -1
testnavbar.py
CHANGED
|
@@ -5,7 +5,7 @@ app, rt = fast_app(hdrs=hdrs, live=True)
|
|
| 5 |
@rt
|
| 6 |
def index():
|
| 7 |
return Title('Hello World'), Container(
|
| 8 |
-
|
| 9 |
P('I love monsterui!'),
|
| 10 |
A('Go to Google', href='https://google.com', cls=AT.classic),
|
| 11 |
Card('A Fancy Card :)')
|
|
|
|
| 5 |
@rt
|
| 6 |
def index():
|
| 7 |
return Title('Hello World'), Container(
|
| 8 |
+
H3(A('Pretty URL', href='', cls=AT.primary)),
|
| 9 |
P('I love monsterui!'),
|
| 10 |
A('Go to Google', href='https://google.com', cls=AT.classic),
|
| 11 |
Card('A Fancy Card :)')
|