plausible
This commit is contained in:
parent
9496ece329
commit
4755395c21
|
@ -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:
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue