AItool commited on
Commit
82b7e62
·
verified ·
1 Parent(s): f240e93

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -0
testnavbar.py CHANGED
@@ -8,6 +8,7 @@ def index():
8
  H3(A('H3 with Primary URL, a link does not work', href='', cls=AT.primary)),
9
  P('I love monsterui!'),
10
  P('I love monsterui!'),
 
11
  P('I love monsterui!'),
12
  A('Go to Google, a link does not work', href='https://www.google.com', cls=AT.classic),
13
  Card('A Fancy Card :)')
 
8
  H3(A('H3 with Primary URL, a link does not work', href='', cls=AT.primary)),
9
  P('I love monsterui!'),
10
  P('I love monsterui!'),
11
+ A('Go to product gallery page', href='second.py', cls=AT.classic),
12
  P('I love monsterui!'),
13
  A('Go to Google, a link does not work', href='https://www.google.com', cls=AT.classic),
14
  Card('A Fancy Card :)')