Highly ambitious ATProtocol AppView service and sdks
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" href="data:image/svg+xml,<svg viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='board1' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%23FF6347;stop-opacity:1' /><stop offset='100%' style='stop-color:%23FF4500;stop-opacity:1' /></linearGradient><linearGradient id='board2' x1='0%' y1='0%' x2='100%' y2='100%'><stop offset='0%' style='stop-color:%2300CED1;stop-opacity:1' /><stop offset='100%' style='stop-color:%234682B4;stop-opacity:1' /></linearGradient></defs><g transform='translate(30, 30)'><ellipse cx='0' cy='-12' rx='25' ry='8' fill='url(%23board1)'/><ellipse cx='0' cy='0' rx='28' ry='8' fill='url(%23board2)'/><ellipse cx='0' cy='12' rx='22' ry='8' fill='%2332CD32'/></g></svg>" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <title>Slices - AT Protocol data management platform</title>
8 <meta name="description" content="AT Protocol data management platform" />
9 <style>
10 body {
11 background-color: #09090b;
12 margin: 0;
13 }
14 </style>
15 </head>
16 <body>
17 <div id="root"></div>
18 <script type="module" src="/src/main.tsx"></script>
19 </body>
20</html>