Final version frontend: favicon, audio player, dist included
This commit is contained in:
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1613
File diff suppressed because one or more lines are too long
Vendored
+10
@@ -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 |
Vendored
+15
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user