mirror of
				https://git.ianrenton.com/ian/spothole.git
				synced 2025-10-27 16:59:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Smarty
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8"/>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
 | |
|     <meta name="color-scheme" content="light">
 | |
|     <meta name="theme-color" content="white"/>
 | |
|     <meta name="mobile-web-app-capable" content="yes">
 | |
|     <meta name="apple-mobile-web-app-capable" content="yes">
 | |
|     <meta name="apple-mobile-web-app-status-bar-style" content="white-translucent">
 | |
| 
 | |
|     <meta property="og:title" content="(S)pothole"/>
 | |
|     <meta property="twitter:title" content="(S)pothole"/>
 | |
|     <meta name="description" content="An Amateur Radio spotting tool bringing together DX clusters and outdoor programmes, providing a universal JSON API and web interface."/>
 | |
|     <meta property="og:description" content="An Amateur Radio spotting tool bringing together DX clusters and outdoor programmes, providing a universal JSON API and web interface."/>
 | |
|     <link rel="canonical" href="https://spothole.m0trt.radio/"/>
 | |
|     <meta property="og:url" content="https://spothole.m0trt.radio/"/>
 | |
|     <meta property="og:image" content="https://spothole.m0trt.radio/img/banner.png"/>
 | |
|     <meta property="twitter:image" content="https://spothole.m0trt.radio/img/banner.png"/>
 | |
|     <meta name="twitter:card" content="summary_large_image"/>
 | |
|     <meta name="author" content="Ian Renton"/>
 | |
|     <meta property="og:locale" content="en_GB"/>
 | |
|     <meta property="og:type" content="website"/>
 | |
| 
 | |
|     <title>(S)pothole</title>
 | |
| 
 | |
|     <link rel="stylesheet" href="/css/style.css" type="text/css">
 | |
|     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
 | |
|           integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
 | |
|     <link href="/fa/css/fontawesome.min.css" rel="stylesheet" />
 | |
|     <link href="/fa/css/solid.min.css" rel="stylesheet" />
 | |
| 
 | |
|     <link rel="icon" type="image/png" href="/img/icon-512.png">
 | |
|     <link rel="alternate icon" type="image/png" href="/img/icon-192.png">
 | |
|     <link rel="alternate icon" type="image/png" href="/img/icon-32.png">
 | |
|     <link rel="alternate icon" type="image/png" href="/img/icon-16.png">
 | |
|     <link rel="alternate icon" type="image/x-icon" href="/img/favicon.ico">
 | |
| 
 | |
|     <script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/moment@2.29.4/moment.min.js"></script>
 | |
|     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
 | |
|             integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
 | |
|             crossorigin="anonymous"></script>
 | |
|     <script src="/js/code.js"></script>
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
| <div class="container">
 | |
|     <nav class="navbar navbar-expand-lg navbar-light justify-content-between p-0 border-bottom" style="background-color: white;">
 | |
|         <a class="navbar-brand" href="/">
 | |
|             <img src="/img/logo.png" width="192" height="60" alt="Spothole">
 | |
|         </a>
 | |
|         <ul class="nav nav-pills">
 | |
|             <li class="nav-item"><a href="/about" class="nav-link">About</a></li>
 | |
|             <li class="nav-item"><a href="/apidocs" class="nav-link">API</a></li>
 | |
|         </ul>
 | |
|     </nav>
 | |
| 
 | |
|     <main>
 | |
| 
 | |
| {{!base}}
 | |
| 
 | |
|     </main>
 | |
| </div>
 | |
| 
 | |
| </body>
 | |
| </html>
 | 
