ragrqs / index.html
gmaterni's picture
Upload folder using huggingface_hub
c0bb696 verified
raw
history blame contribute delete
No virus
487 Bytes
<!DOCTYPE html>
<head>
<title>ulaquery.html</title>
<style>
html {
color: #04c61b
}
body {
background-color: #333;
color: #fff;
text-align: center;
padding-top: 50px;
font-size: 24px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<h2>RagRqs</h2>
<br>
<br>
<h3>Lggi_Per_Me</h3>
<script>
setTimeout(function () { location.replace('static/ragrqs.html'); }, 1000);
</script>
</body>
</html>