CINXE.COM
Tour Tracker Live
<!DOCTYPE html> <html> <head> <title>Tour Tracker Live</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width"/> <meta http-equiv="Cache-Control" content="no-store" /> <meta http-equiv="Pragma" content="no-cache"/> <link rel="shortcut icon" href="https://secure.tourtrackerdata.com/images/favicon_yellow.ico" type="image/x-icon"> <link id="tourtracker_css" href="https://secure.tourtrackerdata.com/widgets/latest/tourtracker_release/tourtracker_web_light.css" rel="stylesheet" type="text/css"> <script id="tourtracker_js" src="https://secure.tourtrackerdata.com/widgets/latest/tourtracker_release/tourtracker.js"></script> <style> html, body { margin: 0px; width: 100%; height: 100%; font-family: sans-serif; background-size: cover; } #appdiv { position: fixed; right: 0px; left: 0px; top: 0px; bottom: 0px; } .ttAccentColor { color:#4B308D; } .ttStageBarTitle { color: #666666; } .ttTabsViewTitle { color: #666666; } </style> <script> function onLoad() { var appdiv = document.getElementById("appdiv"); //var widget = ttIsMobile() && ttGetQueryBooleanByName("allow_mobile", false) ? new TourTrackerLiveMobile() : new TourTrackerLive(); var widget = new TourTrackerLive(); widget.redirectUserToMobileApps = false; widget.init("appdiv"); } </script> </head> <body onload="onLoad()"> <div id="appdiv"></div> </body> <!-- <body> <iframe src="https://secure.tourtrackerdata.com/widgets/latest/widgets.html?type=grandtours" width="100%" height="99%" frameBorder="0"></iframe> </body> --> </html>