forked from jason/cpolis
		
	Change footer in index.html to have version number on same line as warning
This commit is contained in:
		@@ -20,13 +20,13 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </main>
 | 
			
		||||
 | 
			
		||||
    <footer class="my-8">
 | 
			
		||||
        <p class="text-center text-gray-500 dark:text-gray-400">
 | 
			
		||||
    <footer class="text-center text-gray-500 dark:text-gray-400 my-8">
 | 
			
		||||
        <p>
 | 
			
		||||
            © 2024 Jason Streifling. Alle Rechte vorbehalten.
 | 
			
		||||
        </p>
 | 
			
		||||
        <p class="text-center text-gray-500 dark:text-gray-400">v0.8.2</p>
 | 
			
		||||
        <p class="text-center text-gray-500 dark:text-gray-400">
 | 
			
		||||
            <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler enthalten.
 | 
			
		||||
        <p>
 | 
			
		||||
            v0.8.2 - <strong>Hinweis:</strong> Diese Software befindet sich noch in der Entwicklung und kann Fehler
 | 
			
		||||
            enthalten.
 | 
			
		||||
        </p>
 | 
			
		||||
    </footer>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user