This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function() { | |
// Speichern des Tracking-ID-Wertes in einer Variablen für eine einfachere Wartung und Aktualisierung | |
var trackingId = 'G-XXXXXXXXXX'; | |
// Erstellen eines neuen Script-Tags | |
var gaScript = document.createElement('script'); | |
gaScript.async = true; // Setzen des async-Attributs auf true für asynchrones Laden | |
gaScript.src = 'https://www.googletagmanager.com/gtag/js?id=' + trackingId; // Setzen der Quelle des Script-Tags unter Verwendung der Tracking-ID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width = device-width, initial-scale = 1.0" /> | |
<meta name="description" content="Inzidenzwert Testseite"> | |
<title>Corona-Ampel</title> | |
<style> | |
.fett{ |