app/pages/index.html (21 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Start</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div class="wt-container text-1 text-1_theme_dark wt-offset-top-96"> <div class="wt-row wt-row_size_m wt-row_justify_center"> <div class="wt-col-inline"> <a href="landing.html" class="link">Landing</a> </div> <div class="wt-col-break"></div> <div class="wt-col-inline wt-offset-top-24"> <a href="layout-docs.html" class="link">Layout Docs</a> </div> </div> </div> </body> </html>