Ronyalisson/Desafio.dos.20
0
1<!doctype html>2<html>3 <head>4 <meta charset="utf-8" />5 <meta name="viewport" content="width=device-width" />6 <title>My static Space</title>7 <link rel="stylesheet" href="style.css" />8 </head>9 <body>10 <div class="card">11 <h1>Welcome to your static Space!</h1>12 <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>13 <p>14 Also don't forget to check the15 <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.16 </p>17 </div>18 <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Ronyalisson/Desafio.dos.20" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>19</html>20 