UNPKG

@indra.ai/deva.content

Version:

Content delivery for the Deva.world platform

36 lines (33 loc) 1.15 kB
<!doctype html> <html lang="en"> <head> <title>deva.space - Delivers content to the Indra Quantum Computing Environment</title> <meta property="og:title" content="deva.space - a service of indra.ai"> <meta property="og:description" content="Deva.space delivers content to the Indra Quantum Computing Environment"> <meta property="og:image" content="https://deva.space/img/meta.png"> <meta property="og:url" content="https://deva.space"> <meta name="twitter:card" content="summary_large_image"> <style> body { background-image: url(img/background.png); background-repeat: no-repeat; background-position: top center; background-size: 100% auto; background-color: #000000; color: #ffffff; font-family: arial; } .banner { max-width: 100%; border: 0; } </style> </head> <body> <center> <a href="https://indra.ai"><img src="img/title.png" class="banner"></a> <p>Deva.space is the contet delivery mechanism for the Indra Quantum Computing Environment. Please visit <a href="https://indra.ai">indra.ai</a> for more information.</p> <p>Copyright &copy; 2022 Quinn Michaels. All Rights Reserved.</p> </center> </body> </html>