Final version frontend: favicon, audio player, dist included

This commit is contained in:
Isaac Aracena
2026-05-23 08:45:25 -04:00
commit d7094c94cf
26 changed files with 9120 additions and 0 deletions
File diff suppressed because one or more lines are too long
+1613
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<linearGradient id="g" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#6D7CFF"/>
<stop offset="1" stop-color="#2FE6FF"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="52" height="52" rx="16" fill="url(#g)"/>
<path d="M34.6 15.5L20.8 34.5H30l-0.9 14 14.1-19.2h-9.1l0.5-13.8Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 454 B

+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="/brief/favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CDC Brief GLM</title>
<script type="module" crossorigin src="/brief/assets/index-C_JoOsGT.js"></script>
<link rel="stylesheet" crossorigin href="/brief/assets/index-C16767E5.css">
</head>
<body>
<div id="root"></div>
</body>
</html>