File size: 457 Bytes
aad3010
 
 
 
 
 
 
 
 
 
62554ce
d4fe2e2
aad3010
62554ce
 
 
aad3010
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<div class="card">
			<h1>Welcome to my static Space!</h1>
			<p>testing Space</p>
		</div>
      	<div class="card">
			<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="huggingface.co">
		</div>
	</body>
</html>