page1.html 233 B

12345678910
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" href="style/style.css"/>
  5. </head>
  6. <body>
  7. <taipy:text id="text1">Hey</taipy:text>
  8. <taipy:text id="text2" class="custom-text">There</taipy:text>
  9. </body>
  10. </html>