45 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8"/>
 | |
|     <meta name="description" content="OwlBoard - Live train departures for traincrew."/>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <meta name="application-name" content="OwlBoard">
 | |
|     <meta name="author" content="Frederick Boniface">
 | |
|     <meta name="theme-color" content="#155bb7">
 | |
|     <link rel="stylesheet" type="text/css" href="./styles/main.css"/>
 | |
|     <link rel="icon" type="image/svg+xml" href="./images/icon.svg"/>
 | |
|     <link rel="manifest" type="application/json" href="./manifest.json"/>
 | |
|     <!-- NO SCRIPTS LOADED - NOT REQUIRED AT PRESENT -->
 | |
|     <title>OwlBoard</title>
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
| 
 | |
|     <div id="top_button" class="hide_micro">
 | |
|       <button aria-label="Back" class="sidebar_control" onclick="history.back()">⇦</button>
 | |
|     </div>
 | |
| 
 | |
|     <picture>
 | |
|       <source srcset="/images/logo/wide_logo.svg" type="image/svg+xml">
 | |
|       <source srcset="/images/logo/logo-full-256.webp" type="image/webp">
 | |
|       <img class="titleimg" src="/images/logo/logo-full-256.png" alt="OwlBoard Logo">
 | |
|     </picture>
 | |
|       <h2>Help</h2>
 | |
|         <p>OwlBoard gives you quick and easy access to departure boards for 
 | |
|          all National Rail stations in the UK.</p>
 | |
|         <p>Just type a CRS or TIPLOC into the textbox on the homepage and tap 
 | |
|            enter on the screen or your keypad.</p>
 | |
|         <p>For example, Portway Park & 
 | |
|            Ride's CRS is 'PRI', and its TIPLOC is 'PTWYPR'; Portsmouth Harbour's 
 | |
|            CRS is 'PMH', and its TIPLOC is 'PHBR'.</p>
 | |
|         <p>A CRS is always three letters, 
 | |
|            a TIPLOC can be between 4-7 letters.</p>
 | |
|         <br>
 | |
|         <h3>Don't know the CRS or TIPLOC?</h3>
 | |
|         <p>Sorry, you can't search for them on OwlBoard yet but will be able to 
 | |
|            in the future.</p>
 | |
|         <h3>Spotted an issue with the site?</h3>
 | |
|         <p>Let me know by <a href="./report.html">reporting an issue</a>.</p>
 | |
|   </body>
 | |
| </html> |