Subliminalized / index.html
dominis's picture
Update index.html
8fdf8e0
raw
history blame contribute delete
464 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Subliminalized</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Subliminalized™</h1>
<p>This is a work in progress.</p>
<p>
Reference material here ->
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
</p>
</div>
</body>
</html>