Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
at main 461 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>slices-relay</title> 8 <style> 9 body { 10 background-color: #09090b; 11 margin: 0; 12 } 13 </style> 14 </head> 15 <body> 16 <div id="root"></div> 17 <script type="module" src="/src/main.tsx"></script> 18 </body> 19</html>