nonfree / index.html
miguelgargallo's picture
Update index.html
38f8dcc
<!DOCTYPE html>
<html>
<head>
<title>Pylar AI Creative ML Non Free License</title>
<style>
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background-color: #fff;
color: #333;
line-height: 1.6;
padding: 40px;
max-width: 700px;
margin: 40px auto;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
font-weight: 300;
text-align: center;
}
h2 {
font-weight: 300;
color: #666;
}
a {
color: #007aff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin-bottom: 15px;
font-size: 14px;
}
.footer {
text-align: center;
font-size: 12px;
color: #999;
margin-top: 40px;
}
</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>
<div class="footer">
Pylar AI &copy; 2023
</div>
</body>
</html>