From 3e685fa675e58af50c45a2c1f8a3f35ff5f16ddf Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Mon, 10 Jun 2024 11:56:41 +0200
Subject: [PATCH] aggiunte immagini

---
 views/base.mvc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/views/base.mvc.php b/views/base.mvc.php
index 950c605..dd81e0d 100644
--- a/views/base.mvc.php
+++ b/views/base.mvc.php
@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>{% yield title %}</title>
-    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
+    <link rel="stylesheet" href="/style.css">
 </head>
 
 <body>

--
Gitblit v1.8.0