feat(versioning): update asset paths and versioning logic in HTML and scripts
Some checks failed
Build Android APK / build (push) Has been cancelled
Version Static Assets / version-assets (push) Has been cancelled

This commit is contained in:
2026-01-22 08:32:14 +01:00
parent 236112a7ba
commit e30aa089e4
9 changed files with 32 additions and 3202 deletions

View File

@@ -77,17 +77,17 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600;700&family=Courier+Prime:wght@400;700&family=JetBrains+Mono:wght@400;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.1a37b506.css">
<link rel="stylesheet" href="styles.2e5df802.css">
<link rel="icon" type="image/png" href="logo.78f51359.png">
<link rel="sitemap" type="application/xml" href="/www/sitemap.xml">
<link rel="stylesheet" href="styles.2e5df802.css">
<link rel="icon" type="image/png" href="logo.78f51359.png">
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="logo.png">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#ff4444">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Impostor">
<link rel="apple-touch-icon" href="logo.png">
<link rel="apple-touch-icon" href="logo.78f51359.png">
<script defer src="https://analytics.dariosevilla.es/script.js" data-website-id="0520a008-d309-477f-9742-b4a674ac42eb"></script>
</head>
<body>
@@ -117,7 +117,7 @@
<!-- Welcome screen -->
<div id="welcome-screen" class="screen active">
<div class="welcome-content">
<img src="logo.png" alt="Logo" class="welcome-logo">
<img src="logo.78f51359.png" alt="Logo" class="welcome-logo">
<h1 class="welcome-title">Juego del Impostor</h1>
<p class="welcome-subtitle">¿Podrás descubrir quién es el impostor?</p>
<div class="welcome-buttons">
@@ -265,7 +265,7 @@
</div>
</div>
<script src="script.js"></script>
<script src="script.c9dd22de.js"></script>
</body>
</html>

18
www/robots.txt Normal file
View File

@@ -0,0 +1,18 @@
# Robots.txt for Juego del Impostor
# https://impostor.dariosevilla.es
User-agent: *
Allow: /
# Sitemap location
Sitemap: https://impostor.dariosevilla.es/sitemap.xml
# Allow all crawlers to access the main content
User-agent: Googlebot
Allow: /
User-agent: Bingbot
Allow: /
# Crawl-delay for polite crawling (optional)
Crawl-delay: 1

13
www/sitemap.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://impostor.dariosevilla.es/</loc>
<lastmod>2026-01-17</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
<xhtml:link rel="alternate" hreflang="es" href="https://impostor.dariosevilla.es/"/>
<xhtml:link rel="alternate" hreflang="en" href="https://impostor.dariosevilla.es/?lang=en"/>
<xhtml:link rel="alternate" hreflang="x-default" href="https://impostor.dariosevilla.es/"/>
</url>
</urlset>