Hallo Leute,
Heute eine neue Frage. Nämlich:
Wie erstellt man eine Warte-Seite?
So wie die hier: externer Link
Hoffe ihr könnt helfen!
LG,
Lukas
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 5 6 7 8 | < html > < head > < title ></ title > </ head > < body > < p >Wir sind bald wieder für Sie da!</ p > </ body > </ html > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Beschreibung der Seite</title> <style type="text/css"> body { background-image: url(umbau.jpg); background-repeat: no-repeat; background-position: center 150px; } </style> <script type="text/javascript"> setTimeout("self.location.href='http://quickvideo.50spenden.de'",10000); </script> </head> <body> </body> </html> |
1 | setTimeout("self.location.href='http://quickvideo.50spenden.de'",10000); |
1 2 3 | background-image: url(umbau.jpg); background-repeat: no-repeat; background-position: center 150px; |
1 | background:url(umbau.jpg) 50% 150px no-repeat; |
Geschlossen | ||
![]() |
Zurück zu Plauder Ecke |