CoolFace
Apppublic

ai-programmer/daraz

sourceHugging Facegpl-3.0updated 3y agoView on Hugging Face
0likes
index.html16 linesDownload Raw Back to root
1<!doctype html>2<html>3	<head>4		<meta charset="utf-8" />5		<meta name="viewport" content="width=device-width" />6		<title>My static Space</title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10		<div class="card">11			<h1>Welcome to your static Space!</h1>12          <h2>run this model please</h2>13		</div>14	</body>15</html>16