CoolFace
Apppublic

Manamama/TestStatic1

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
index.html31 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>Manama static Space 1</title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10		<div class="card">11			<h1>Welcome to Manama static Space 1!</h1>12			<p>13				Manama can modify this app directly by editing <i>index.html</i> in the14				Files and versions tab, i.e. <a href="https://huggingface.co/spaces/Manamama/TestStatic1/edit/main/index.html"> Editor</a>15              </p>16              <p>17              18                </p>19          <p>20				Ver 1.1.2,  21                </p>22			</p>23			<p>24				Also don't forget to check the25				<a href="https://huggingface.co/docs/hub/spaces" target="_blank"26					>Spaces documentation</a>.27			</p>28		</div>29	</body>30</html>31