about / index.html
anonymousTheStackRepo's picture
Update index.html
194756d
<!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 >
<h1>Repo Fusion!</h1>
<p>Sources link will go here</p>
<p>Dataset link will go here</p>
<p>Checkpoint link will go here</p>
</div>
</body>
</html>