prem / index.html
NitishStark's picture
Update index.html to guide users to Files tab
562e9a7
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Premithius V0.0.3</title>
<style>
body { font-family: -apple-system, system-ui, sans-serif; text-align: center; padding: 50px; background: #0f172a; color: #f8fafc; }
h1 { color: #38bdf8; }
p { font-size: 1.2rem; }
a { display: inline-block; margin-top: 20px; padding: 10px 20px; background: #3b82f6; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; }
a:hover { background: #2563eb; }
</style>
</head>
<body>
<h1>Premithius V0.0.3 Source Code</h1>
<p>This Hugging Face Space is hosting the source code for the Premithius Flutter mobile application.</p>
<p>To view the actual code files, please click the <b>Files and versions</b> tab above, or click the button below.</p>
<a href="https://huggingface.co/spaces/NitishStark/prem/tree/main">View Source Code Files</a>
</body>
</html>