This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user:product:geotab_partner:geotab_how_to:sidebar [2018/10/12 14:15] boh@roscovision.com |
user:product:geotab_partner:geotab_how_to:sidebar [2020/06/12 18:20] (current) codyh@roscovision.com |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | //**How To Guides**// | + | <html> |
- | * **[[user:product:geotab_partner:geotab_how_to:web_request|Setup Web Requests from RoscoLive for Exceptions Generated on MyGeotab]]**\\ \\ | + | <head> |
- | * **[[user:product:geotab_partner:geotab_how_to:camera_status|Camera Status Page]]**\\ \\ | + | <script src="https://kit.fontawesome.com/502f3f033d.js" crossorigin="anonymous"></script> |
- | * **[[user:product:geotab_partner:geotab_how_to:camera_events|Camera Events Page]]**\\ \\ | + | <style> |
- | * **[[user:product:geotab_partner:home|Go Back]]**\\ \\ | + | #dividerBox { |
+ | padding: 5px; | ||
+ | border-style: none none solid; | ||
+ | border-size: 2px; | ||
+ | border-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #sidebar li { | ||
+ | text-align: center; | ||
+ | list-style-type: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div style="text-align: center; font-size: large;"> | ||
+ | <a href="https://wiki.roscocloud.com/start"><i class="fas fa-house-user fa-lg"></i><b>Home</b></a> | ||
+ | </div> | ||
+ | |||
+ | <div id="dividerBox"></div> | ||
+ | |||
+ | <ul id="sidebar"> | ||
+ | <li><a href="https://wiki.roscocloud.com/user:product:geotab_partner:home"><b>Geotab Portal Home</b></li> | ||
+ | </ul> | ||
+ | <div id="dividerBox"></div> | ||
+ | |||
+ | </body> | ||
+ | </html> |