Update templates/index.html

This commit is contained in:
2026-01-15 15:48:28 +01:00
parent 1ac313efa7
commit 14902379d8

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Cemento {{ rev if rev else 'Rev.1.0' }}</title> <title>Software Cemento {{ rev if rev else 'Rev.11.0' }}</title>
<style> <style>
:root { :root {
--mac-bg: #f2f2f7; --mac-bg: #f2f2f7;