face6 / templates /index.html
Mahir1426's picture
Upload 13 files
130d7c1 verified
raw
history blame contribute delete
353 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Face Shape Analysis</title>
</head>
<body>
<h1>Face Shape Analysis API</h1>
<p>This is the Flask backend API. Use the Next.js frontend for the full application.</p>
</body>
</html>