nonfree / index.html
miguelgargallo's picture
Update index.html
0be1f63
raw
history blame
1.02 kB
<!DOCTYPE html>
<html>
<head>
<title>Pylar AI Creative ML Non Free License</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
line-height: 1.6;
padding: 20px;
}
h1 {
color: #444;
}
a {
color: #06f;
}
a:hover {
color: #03c;
}
p {
margin-bottom: 15px;
}
</style>
</head>
<body>
<h1>Pylar AI Creative ML Non Free License</h1>
<p>Copyright (C) 2023 Miguel Gargallo</p>
<h2>Permission</h2>
<p>No permission to use anywhere.</p>
<h2>Conditions</h2>
<p>Under any circumstance.</p>
<h2>Disclaimer</h2>
<p>We may take legal actions if you use these files.</p>
<p>For further details about this license, please visit: <a href="https://huggingface.co/spaces/superdatas/nonfree">https://huggingface.co/spaces/superdatas/nonfree</a></p>
</body>
</html>