CoolFace
Apppublic

trysem/Vector-diFusion

sourceHugging Faceupdated 4y agoView on Hugging Face
5likes
index.html18 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			<h1>Welcome to your static Space!</h1>11			<p>12				<iframe src="https://www.excurl.com/2022/11/vectorfusion-text-to-svg-illustration-diffusion-model.html" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">13			</p>14			15		</div>16	</body>17</html>18