-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 2.08 KB
/
index.html
File metadata and controls
18 lines (18 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Normativa Nuclear Argentina</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'><rect width='38' height='38' rx='8' fill='%230f1e36'/><circle cx='19' cy='19' r='4.5' fill='%2300c8e8'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%2300c8e8' stroke-width='1.2' fill='none' transform='rotate(-35 19 19)' opacity='.7'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%2300c8e8' stroke-width='1.2' fill='none' transform='rotate(35 19 19)' opacity='.7'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%23e8c84a' stroke-width='1.1' fill='none' opacity='.5'/><circle cx='19' cy='12' r='2.2' fill='%23e8c84a'/><circle cx='27.5' cy='24' r='2.2' fill='%2300c8e8'/><circle cx='10.5' cy='24' r='2.2' fill='%2300c8e8'/></svg>" />
<link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'><rect width='38' height='38' rx='8' fill='%230f1e36'/><circle cx='19' cy='19' r='4.5' fill='%2300c8e8'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%2300c8e8' stroke-width='1.2' fill='none' transform='rotate(-35 19 19)' opacity='.7'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%2300c8e8' stroke-width='1.2' fill='none' transform='rotate(35 19 19)' opacity='.7'/><ellipse cx='19' cy='19' rx='17' ry='6.5' stroke='%23e8c84a' stroke-width='1.1' fill='none' opacity='.5'/><circle cx='19' cy='12' r='2.2' fill='%23e8c84a'/><circle cx='27.5' cy='24' r='2.2' fill='%2300c8e8'/><circle cx='10.5' cy='24' r='2.2' fill='%2300c8e8'/></svg>" />
<meta name="theme-color" content="#0f1e36" />
<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="Normativa Nuclear" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>