-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 2.2 KB
/
Copy pathindex.html
File metadata and controls
38 lines (38 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; base-uri 'self'; object-src 'none'; script-src 'self'; style-src __EDUNOZA_STYLE_SRC__; img-src 'self' data: blob:; font-src 'self'; connect-src __EDUNOZA_CONNECT_SRC__; worker-src 'self'; manifest-src 'self'; form-action 'self'"
/>
<meta name="referrer" content="no-referrer" />
<meta name="application-name" content="Edunoza" />
<meta
name="description"
content="Cuaderno docente gratuito y local-first para planificar, registrar y evaluar sin crear una cuenta."
/>
<meta name="theme-color" content="#1f4b99" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Edunoza" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%pwa-icon.svg" />
<link rel="apple-touch-icon" href="%BASE_URL%pwa-icon.svg" />
<link rel="manifest" href="%BASE_URL%manifest.webmanifest" />
<title>Edunoza</title>
</head>
<body>
<!--
THESIS: Edunoza proves private classroom work by showing the product in use, not by stacking marketing claims.
OWN-WORLD: The incumbent blue workspace expands into a crisp, daylight landing surface with ruled structure and code-native product evidence.
STORY: A teacher understands the local-first promise, sees one realistic class flow, and opens a private workspace without creating an account.
FIRST VIEWPORT: Direct promise and actions occupy the left half; a large synthetic Today workspace proves the mechanism on the right.
FORM: Established-world extension, persuasive product demonstration, key edunoza-landing-20260820.
FINISH: unreviewed and undocumented is unfinished; this build ends with the finish review, the verdict, DESIGN.md, and every shipping raster carrying its provenance
-->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>