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