mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-30 21:40:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="en">
 | ||
|     <head>
 | ||
|         {% include "meta.html" %}
 | ||
|         <title>Docspell – Simple document organizer</title>
 | ||
|         <link rel="stylesheet" href="styles.css">
 | ||
|         <script type="application/javascript" src="js/bundle.js"></script>
 | ||
|     </head>
 | ||
|     <body id="app">
 | ||
|     </body>
 | ||
|     <script type="application/javascript">
 | ||
|      var elmFlags = {
 | ||
|          "version": "{{ config.extra.version }}"
 | ||
|      };
 | ||
|      var elmApp = Elm.Main.init({
 | ||
|          node: document.getElementById("app"),
 | ||
|          flags: elmFlags
 | ||
|      });
 | ||
|     </script>
 | ||
|     <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
 | ||
|     <script>
 | ||
|      (function(f, a, t, h, o, m){
 | ||
|          a[h]=a[h]||function(){
 | ||
|              (a[h].q=a[h].q||[]).push(arguments)
 | ||
|          };
 | ||
|          o=f.createElement('script'),
 | ||
|          m=f.getElementsByTagName('script')[0];
 | ||
|          o.async=1; o.src=t; o.id='fathom-script';
 | ||
|          m.parentNode.insertBefore(o,m)
 | ||
|      })(document, window, '//webstats.daheim.site/tracker.js', 'fathom');
 | ||
|      fathom('set', 'siteId', 'OGJDF');
 | ||
|      fathom('trackPageview');
 | ||
|     </script>
 | ||
|     <!-- / Fathom -->
 | ||
| </html>
 |