Spaces:
Sleeping
Sleeping
Update testnavbar.py
Browse files- testnavbar.py +1 -1
testnavbar.py
CHANGED
|
@@ -7,7 +7,7 @@ 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 :)')
|
| 12 |
)
|
| 13 |
|
|
|
|
| 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://www.google.com', cls=AT.classic),
|
| 11 |
Card('A Fancy Card :)')
|
| 12 |
)
|
| 13 |
|