plausible

This commit is contained in:
_N3m0 2024-06-04 12:15:47 +02:00
parent 9496ece329
commit 4755395c21
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
web: web:
image: "httpd" image: "httpd"
container_name: "fusion" container_name: "fusion"
restart: unless-stopped
ports: ports:
- "6911:80" - "6911:80"
volumes: volumes:

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/png" href="logo.png" /> <link rel="icon" type="image/png" href="logo.png" />
<title>FUSION</title> <title>FUSION</title>
<script defer data-domain="fusion.boulbicorp.fr" src="https://plausible.boulbicorp.fr/js/script.js"></script>
<style> <style>
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;