TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit 17a3d7ca03648aafddc4b087789fc86324f0287b
parent 03a6035ba5a9acdbeb5aae58a94a5615463e1b71
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Thu, 14 Mar 2024 13:59:27 -0300

Do not make favicon requests

Diffstat:
Mindex.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -2,6 +2,7 @@
 <html lang="en">
     <head>
         <meta charset="utf-8" />
+        <link rel="icon" href="data:,"> <!-- Do not look for favicon -->
         <title>Caste Scene with Three.js</title>
         <style>
             body {