CoolFace
Apppublic

Sipho333/SoftXTech

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
index.html19 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>SoftXTech</title>7		<link rel="stylesheet" href="style.css" />8	</head>9	<body>10		<div class="card">11			<h1>Welcome to SoftXTech!</h1>12			<p>13				Also don't forget to check the14				<a href="https://siphongobeni.netlify.app"_blank">Spaces documentation</a>.15			</p>16		</div>17	</body>18</html>19