web / index.html
TheKoanx's picture
Update index.html
a6ab983 verified
raw
history blame contribute delete
874 Bytes
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Escacs</title>
<link rel="stylesheet" href="index.css">
<link href="index.css" rel="stylesheet" type="text/css" />
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/4.31.1/gradio.js"></script>
</head>
<body>
<header class="header">
<h1 class="title">Escacs</h1>
<img src="logo.png" alt="Logo" class="logo">
</header>
<p>Descripció: Un model det per entretindre al espectador,
amb la intencio de fer un robot que jugui contra tu a escacs.</p>
<gradio-app src="https://thekoanx-escacs-ia.hf.space"></gradio-app>
<footer class="footer">
<p>&copy; 2024 Escacs IA. Fet per Noak Institut Alexandre de Riquer.</p>
</footer>
</body>
</html>