web.reciclatge / index.html
rcodina's picture
Update index.html
c7fec6f verified
raw
history blame contribute delete
824 Bytes
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>App de reciclatge</title>
<link rel="stylesheet" href="style1.css">
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.31.1/gradio.js"></script>
</head>
<body>
<header>
<img src="logoinstiverd.jpg"class="logo">
<h1 class="titol">App de reciclatge</h1>
</header>
<main>
<section class="descripció">
<p>Vols saber a quin contenidor has de tirar un residu?</p>
</section>
<section class="app">
<gradio-app src="https://rcodina-app-reciclatge-22cb268.hf.space"></gradio-app>
</section>
</main>
<div class= baix>
<p> Edgar Gibert</p>
<p> Fet a Calaf</p>
</div>
</body>
</html>