CoolFace
Apppublic

trysem/pixel2style2pixel

sourceHugging Faceccupdated 4y agoView on Hugging Face
1likes
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		<div class="card">11			<h1>Its not a space, its a help banner, someone who knows it do it!!</h1>12			<p>Can Someone Do The Demo of <a href="https://github.com/eladrich/pixel2style2pixel"><strong>Pixel2Style2Pixel</strong></a>&nbsp;<span style="font-size:72px"><strong>?</strong></span></p>13 14			</p>15		</div>16	</body>17</html>18