Cookies in JavaScript: Set, Get & Beispiel löschen

Inhaltsverzeichnis:

Anonim

Was sind Cookies?

Ein Cookie ist ein Datenelement, das auf Ihrem Computer gespeichert wird und auf das Ihr Browser zugreifen kann. Möglicherweise haben Sie auch die Vorteile von Cookies wissentlich oder unwissentlich genossen. Haben Sie jemals Ihr Facebook-Passwort gespeichert, damit Sie es nicht jedes Mal eingeben müssen, wenn Sie versuchen, sich anzumelden? Wenn ja, verwenden Sie Cookies. Cookies werden als Schlüssel / Wert-Paare gespeichert.

Warum brauchst du ein Cookie?

Die Kommunikation zwischen einem Webbrowser und einem Server erfolgt über ein zustandsloses Protokoll namens HTTP. Das zustandslose Protokoll behandelt jede Anforderung unabhängig. Daher behält der Server die Daten nach dem Senden an den Browser nicht bei. In vielen Situationen werden die Daten jedoch erneut benötigt. Hier kommen Kekse ins Bild. Bei Cookies muss der Webbrowser nicht jedes Mal mit dem Server kommunizieren, wenn die Daten benötigt werden. Stattdessen kann es direkt vom Computer abgerufen werden.

Javascript Set Cookie

Sie können Cookies mithilfe eines Dokuments erstellen. Cookie-Eigenschaft wie diese.

document.cookie = "cookiename=cookievalue"

Sie können Ihrem Cookie sogar ein Ablaufdatum hinzufügen, damit das jeweilige Cookie zum angegebenen Datum vom Computer entfernt wird. Das Ablaufdatum sollte im UTC / GMT-Format eingestellt werden. Wenn Sie das Ablaufdatum nicht festlegen, wird das Cookie entfernt, wenn der Benutzer den Browser schließt.

document.cookie = "cookiename=cookievalue; expires= Thu, 21 Aug 2014 20:00:00 UTC"

Sie können auch die Domäne und den Pfad festlegen, um anzugeben, zu welcher Domäne und zu welchen Verzeichnissen in der bestimmten Domäne das Cookie gehört. Standardmäßig gehört ein Cookie zu der Seite, auf der das Cookie gesetzt wird.

document.cookie = "cookiename=cookievalue; expires= Thu, 21 Aug 2014 20:00:00 UTC; path=/ "

// Erstelle ein Cookie mit einer Domain zur aktuellen Seite und einem Pfad zur gesamten Domain.

JavaScript erhalten Cookie

Sie können wie folgt auf das Cookie zugreifen, das alle für die aktuelle Domain gespeicherten Cookies zurückgibt.

var x = document.cookie

JavaScript-Cookie löschen

Um ein Cookie zu löschen, müssen Sie nur den Wert des Cookies auf leer setzen und den Wert von expires auf ein überschrittenes Datum setzen.

document.cookie = "cookiename= ; expires = Thu, 01 Jan 1970 00:00:00 GMT"

Probieren Sie dieses Beispiel selbst aus:

 Cookie !!! </ title><script type = "text />Funktion createCookie (cookieName, cookieValue, daysToExpire){var date = neues Datum ();date.setTime (date.getTime () + (daysToExpire * 24 * 60 * 60 * 1000));document.cookie = cookieName + + cookieValue + "; expires =" + date.toGMTString ();}}Funktion accessCookie (cookieName){var name = cookieName + ;var allCookieArray = document.cookie.split (';');für (var i = 0; i <allCookieArray.length; i ++){var temp = allCookieArray [i] .trim ();if (temp.indexOf (name) == 0)return temp.substring (name.length, temp.length);}}Rückkehr "";}}Funktion checkCookie (){var user = accessCookie ("testCookie");if (user! = "")alert ("Willkommen zurück" + Benutzer + "!!!");sonst{user = prompt ("Bitte geben Sie Ihren Namen ein");num = prompt ("Wie viele Tage möchten Sie Ihren Namen auf Ihrem Computer speichern?");if (user! = "" && user! = null){createCookie ("testCookie", user, num);}}}}}}</ script></ head><body onload = "checkCookie ()"> </ body></ html></pre>
<p><strong> Spezielle Anweisungen, damit der Code funktioniert</strong></p>

<div id="container-5533149ee6411a5f99b370c693e87966"></div>
<strong>… Drücken Sie zweimal die Run-Taste</strong> <form class="hidden" code-box" name="sample"> Dieser Code kann bearbeitet werden. Klicken Sie zum Ausführen auf Ausführen<textarea name="codeguru"> </textarea>
<p><input type="submit" value="Lauf" style="background-color:#df5035;" color:#ffffff;"></p>
										</div>
									</article>
									
<div id="container-5533149ee6411a5f99b370c693e87966"></div>								</div>
							</div>
						</div>
					</div>
				</div>
				
<aside class="col-lg-4 sidebar sidebar--right">
	<div class="widget widget-popular-posts">
		<h2 class="widget-title">Beliebte Beiträge</h2>
		<ul class="post-list-small">
			<li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8225615-uml-relationships-with-example-dependency-generalization-realization" title="UML-Beziehungen zu BEISPIEL: Abhängigkeit, Generalisierung, Realisierung" rel="bookmark"><img src="https://cdn.css-code.org/5602478/uml_relationships_with_example_dependency-_generalization-_realization.png.webp" loading="lazy" alt="UML-Beziehungen zu BEISPIEL: Abhängigkeit, Generalisierung, Realisierung" title="UML-Beziehungen zu BEISPIEL: Abhängigkeit, Generalisierung, Realisierung" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8225615-uml-relationships-with-example-dependency-generalization-realization" title="UML-Beziehungen zu BEISPIEL: Abhängigkeit, Generalisierung, Realisierung" rel="bookmark">UML-Beziehungen zu BEISPIEL: Abhängigkeit, Generalisierung, Realisierung 2025</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8225616-aggregation-vs-composition-in-uml-key-differences" title="Aggregation vs. Zusammensetzung in UML: Hauptunterschiede" rel="bookmark"><img src="https://cdn.css-code.org/3645337/aggregation_vs_composition_in_uml_key_differences.png.webp" loading="lazy" alt="Aggregation vs. Zusammensetzung in UML: Hauptunterschiede" title="Aggregation vs. Zusammensetzung in UML: Hauptunterschiede" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8225616-aggregation-vs-composition-in-uml-key-differences" title="Aggregation vs. Zusammensetzung in UML: Hauptunterschiede" rel="bookmark">Aggregation vs. Zusammensetzung in UML: Hauptunterschiede 2025</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8225617-uml-class-diagram-tutorial-with-examples" title="UML-Klassendiagramm-Tutorial mit Beispielen" rel="bookmark"><img src="https://cdn.css-code.org/2247707/uml_class_diagram_tutorial_with_examples.png.webp" loading="lazy" alt="UML-Klassendiagramm-Tutorial mit Beispielen" title="UML-Klassendiagramm-Tutorial mit Beispielen" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8225617-uml-class-diagram-tutorial-with-examples" title="UML-Klassendiagramm-Tutorial mit Beispielen" rel="bookmark">UML-Klassendiagramm-Tutorial mit Beispielen 2025</a></h3>
					</div>
				</div>
			</li>
		</ul>
	</div>

	<div class="widget widget-popular-posts">
		<h2 class="widget-title">Die besten Bewertungen für den Monat</h2>
		<ul class="post-list-small">
			<li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226112-22-best-sketchup-alternatives-in-2021" title="22 BESTE Sketchup-Alternativen im Jahr 2021" rel="bookmark">22 BESTE Sketchup-Alternativen im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226113-20-best-video-cutter-trimmer-in-2021" title="20+ BEST Video Cutter (Trimmer) im Jahr 2021" rel="bookmark">20+ BEST Video Cutter (Trimmer) im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226114-top-35-best-video-editing-software-in-2021-freepaid" title="Top 35 der BESTEN Videobearbeitungssoftware im Jahr 2021 (kostenlos / bezahlt)" rel="bookmark">Top 35 der BESTEN Videobearbeitungssoftware im Jahr 2021 (kostenlos / bezahlt)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226115-25-best-free-green-screen-chroma-key-software-in-2021" title="25+ Beste KOSTENLOSE Green Screen (Chroma Key) Software im Jahr 2021" rel="bookmark">25+ Beste KOSTENLOSE Green Screen (Chroma Key) Software im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226116-25-best-free-photo-editing-software-for-windows-10-pc" title="25+ Beste KOSTENLOSE Fotobearbeitungssoftware für Windows 10 PC" rel="bookmark">25+ Beste KOSTENLOSE Fotobearbeitungssoftware für Windows 10 PC</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226117-15-best-unlimited-design-services-free-on-demand-graphics" title="15 BEST Unlimited Design Services (kostenlose On-Demand-Grafiken)" rel="bookmark">15 BEST Unlimited Design Services (kostenlose On-Demand-Grafiken)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226118-15-best-video-compressor-in-2021-freepaid" title="15+ BEST Video Compressor im Jahr 2021 (kostenlos / bezahlt)" rel="bookmark">15+ BEST Video Compressor im Jahr 2021 (kostenlos / bezahlt)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226119-20-best-gif-maker-gif-editor-software-free-download" title="20 Bester GIF-Hersteller - GIF Editor Software (kostenloser Download)" rel="bookmark">20 Bester GIF-Hersteller - GIF Editor Software (kostenloser Download)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226120-30-best-free-stock-photos-sites-in-2021-commercial-use" title="30 besten KOSTENLOSEN Fotoseiten im Jahr 2021 (kommerzielle Nutzung)" rel="bookmark">30 besten KOSTENLOSEN Fotoseiten im Jahr 2021 (kommerzielle Nutzung)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226121-19-best-media-server-software-in-2021" title="19 BEST Media Server Software im Jahr 2021" rel="bookmark">19 BEST Media Server Software im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226123-18-best-free-stock-videos-sites-in-2021" title="18 besten KOSTENLOSEN Stock Videos Sites im Jahr 2021" rel="bookmark">18 besten KOSTENLOSEN Stock Videos Sites im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226124-90-best-adobe-illustrator-courses-in-2021" title="90 besten Adobe Illustrator-Kurse im Jahr 2021" rel="bookmark">90 besten Adobe Illustrator-Kurse im Jahr 2021</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226125-40-best-free-mp4-video-editor-2021" title="40+ Bester KOSTENLOSER MP4-Video-Editor (2021)" rel="bookmark">40+ Bester KOSTENLOSER MP4-Video-Editor (2021)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226126-11-best-free-drawing-courses-and-certification-2021-update" title="11 besten kostenlosen Zeichenkurse & Zertifizierung (2021 Update)" rel="bookmark">11 besten kostenlosen Zeichenkurse & Zertifizierung (2021 Update)</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8226128-80-best-autocad-courses-in-2021" title="80 besten AutoCAD-Kurse im Jahr 2021" rel="bookmark">80 besten AutoCAD-Kurse im Jahr 2021</a></h3>
					</div>
				</div>
			</li>
		</ul>
	</div>
	
<div id="container-5533149ee6411a5f99b370c693e87966"></div>	<div class="widget widget-popular-posts">
		<h2 class="widget-title">Top Artikel</h2>
		<ul class="post-list-small">
			<li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8003395-117-custom-header-for-deals" title="# 117: Benutzerdefinierter Header für Angebote - CSS-Tricks" rel="bookmark"><img src="https://cdn.css-code.org/7927239/117_custom_header_for_deals_css-tricks.png.webp" loading="lazy" alt="# 117: Benutzerdefinierter Header für Angebote - CSS-Tricks" title="# 117: Benutzerdefinierter Header für Angebote - CSS-Tricks" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8003395-117-custom-header-for-deals" title="# 117: Benutzerdefinierter Header für Angebote - CSS-Tricks" rel="bookmark"># 117: Benutzerdefinierter Header für Angebote - CSS-Tricks 2025</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8003396-118-viewing-live-site-with-theme-switcher-plugin" title="# 118: Anzeigen einer Live-Site mit dem Theme Switcher-Plugin - CSS-Tricks" rel="bookmark"><img src="https://cdn.css-code.org/4273958/118_viewing_live_site_with_theme_switcher_plugin_css-tricks.png.webp" loading="lazy" alt="# 118: Anzeigen einer Live-Site mit dem Theme Switcher-Plugin - CSS-Tricks" title="# 118: Anzeigen einer Live-Site mit dem Theme Switcher-Plugin - CSS-Tricks" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8003396-118-viewing-live-site-with-theme-switcher-plugin" title="# 118: Anzeigen einer Live-Site mit dem Theme Switcher-Plugin - CSS-Tricks" rel="bookmark"># 118: Anzeigen einer Live-Site mit dem Theme Switcher-Plugin - CSS-Tricks 2025</a></h3>
					</div>
				</div>
			</li><li class="post-list-small__item">
				<div class="post-list-small__entry clearfix">
					<div class="post-list-small__img-holder">
						<div class="thumb-container thumb-100"><a href="/8003397-119-custom-header-for-videos" title="# 119: Benutzerdefinierter Header für Videos - CSS-Tricks" rel="bookmark"><img src="https://cdn.css-code.org/8192667/119_custom_header_for_videos_css-tricks.png.webp" loading="lazy" alt="# 119: Benutzerdefinierter Header für Videos - CSS-Tricks" title="# 119: Benutzerdefinierter Header für Videos - CSS-Tricks" class="post-list-small__img--rounded" style="width:88px;height:88px" /></a></div>
					</div>
					<div class="post-list-small__body">
						<h3 class="post-list-small__entry-title"><a href="/8003397-119-custom-header-for-videos" title="# 119: Benutzerdefinierter Header für Videos - CSS-Tricks" rel="bookmark"># 119: Benutzerdefinierter Header für Videos - CSS-Tricks 2025</a></h3>
					</div>
				</div>
			</li>
		</ul>
	</div>
</aside>			</div>
		</div>
		
<footer class="footer footer--dark">
	<div class="container">
		<div class="footer__widgets">
			<div class="row">
				<div class="col-lg-4">
					<div class="widget">
						<h2 class="widget-title">Beliebte Beiträge</h2>
						<ul class="post-list-small">
							<li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8002950-gap" title="Lücke - CSS-Tricks" rel="bookmark">Lücke - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8002951-image-rendering" title="Bildwiedergabe - CSS-Tricks" rel="bookmark">Bildwiedergabe - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8002952-font-synthesis" title="Schriftsynthese - CSS-Tricks" rel="bookmark">Schriftsynthese - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8002953-inset-block-end" title="Inset-Block-Ende - CSS-Tricks" rel="bookmark">Inset-Block-Ende - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8002955-inline-size" title="Inline-Größe - CSS-Tricks" rel="bookmark">Inline-Größe - CSS-Tricks</a></h3>
									</div>
								</div>
							</li>
						</ul>
					</div>
				</div>
				<div class="col-lg-4">
					<div class="widget">
						<h2 class="widget-title">Tipp Der Redaktion</h2>
						<ul class="post-list-small">
						<li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8224611-how-to-upload-image-and-file-in-codeigniter-with-example" title="Hochladen von Bildern & Datei in CodeIgniter (mit Beispiel)" rel="bookmark">Hochladen von Bildern & Datei in CodeIgniter (mit Beispiel)</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8224612-pagination-in-codeigniter-with-step-by-step-example" title="Paginierung im Codeigniter mit Schritt-für-Schritt-Beispiel" rel="bookmark">Paginierung im Codeigniter mit Schritt-für-Schritt-Beispiel</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8224613-how-to-send-email-using-codeigniter" title="So senden Sie E-Mails mit CodeIgniter" rel="bookmark">So senden Sie E-Mails mit CodeIgniter</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8224614-difference-between-cookie-and-session" title="Unterschied zwischen Cookie und Sitzung" rel="bookmark">Unterschied zwischen Cookie und Sitzung</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8224615-laravel-vs-codeigniter-which-is-better" title="Laravel vs CodeIgniter: Was ist besser?" rel="bookmark">Laravel vs CodeIgniter: Was ist besser?</a></h3>
									</div>
								</div>
							</li>
						</ul>
					</div>
				</div>
				<div class="col-lg-4">
					<div class="widget">
						<h2 class="widget-title">Top Artikel</h2>
						<ul class="post-list-small">
						<li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8004125-shortcode-for-action-button" title="Shortcode für Aktionstaste - CSS-Tricks" rel="bookmark">Shortcode für Aktionstaste - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8004126-shrink-the-admin-bar-expand-on-hover" title="Verkleinern Sie die Admin-Leiste / Erweitern Sie auf Hover - CSS-Tricks" rel="bookmark">Verkleinern Sie die Admin-Leiste / Erweitern Sie auf Hover - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8004127-turn-on-more-buttons-in-the-wordpress-visual-editor" title="Aktivieren Sie weitere Schaltflächen im WordPress Visual Editor - CSS-Tricks" rel="bookmark">Aktivieren Sie weitere Schaltflächen im WordPress Visual Editor - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8004128-spam-comments-with-very-long-urls" title="Spam-Kommentare mit sehr langen URLs - CSS-Tricks" rel="bookmark">Spam-Kommentare mit sehr langen URLs - CSS-Tricks</a></h3>
									</div>
								</div>
							</li><li class="post-list-small__item">
								<div>
									<div>
										<h3 class="post-list-small__entry-title"><a href="/8004129-the-category-with-excludes" title="The_category with Excludes - CSS-Tricks" rel="bookmark">The_category with Excludes - CSS-Tricks</a></h3>
									</div>
								</div>
							</li>
						</ul>
					</div>
				</div>
			</div>
			<p>© Copyright de.css-code.org, 2025 September | 
				<a href="https://de.css-code.org/about-site" title="Über Site">Über Site</a> | 
				<a href="https://de.css-code.org/contacts" title="Kontakte">Kontakte</a> | 
				<a href="https://de.css-code.org/privacy-policy" title="Datenschutz-Bestimmungen">Datenschutz-Bestimmungen</a>.
			</p>
			
		</div>
	</div>
</footer>		
<link href="https://css-code.org/template/css/style.min.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" />	</body>
</html>