36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <title>{{.Title }} | ShowerLoop</title>
 | |
| 
 | |
| <meta charset="utf-8">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| 
 | |
| <!-- Material Design -->
 | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
 | |
| <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
 | |
| 
 | |
| <script src="https://kit.fontawesome.com/157866136a.js" crossorigin="anonymous"></script>
 | |
| 
 | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
 | |
| <script src="/js/material.min.js"></script>
 | |
| 
 | |
| <!-- Custom CSS -->
 | |
| <link rel="stylesheet" type="text/css" href="/css/app.min.css">
 | |
| <link rel="stylesheet" type="text/css" href="/css/custom.css">
 | |
| 
 | |
| <!-- Matomo -->
 | |
| <script type="text/javascript">
 | |
|     var _paq = window._paq || [];
 | |
|     /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
 | |
|     _paq.push(['trackPageView']);
 | |
|     _paq.push(['enableLinkTracking']);
 | |
|     (function() {
 | |
|         var u="//metrics.showerloop.cc/";
 | |
|         _paq.push(['setTrackerUrl', u+'matomo.php']);
 | |
|         _paq.push(['setSiteId', '1']);
 | |
|         var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 | |
|         g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
 | |
|     })();
 | |
| </script>
 | |
| <!-- End Matomo Code -->
 |