Spaces:
Running
Running
miguelgargallo
commited on
Commit
•
38f8dcc
1
Parent(s):
bfe8111
Update index.html
Browse files- index.html +26 -6
index.html
CHANGED
@@ -4,23 +4,40 @@
|
|
4 |
<title>Pylar AI Creative ML Non Free License</title>
|
5 |
<style>
|
6 |
body {
|
7 |
-
font-family: Arial, sans-serif;
|
8 |
-
background-color: #
|
9 |
color: #333;
|
10 |
line-height: 1.6;
|
11 |
-
padding:
|
|
|
|
|
|
|
12 |
}
|
13 |
h1 {
|
14 |
-
color: #
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
a {
|
17 |
-
color: #
|
|
|
18 |
}
|
19 |
a:hover {
|
20 |
-
|
21 |
}
|
22 |
p {
|
23 |
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
</style>
|
26 |
</head>
|
@@ -34,5 +51,8 @@
|
|
34 |
<h2>Disclaimer</h2>
|
35 |
<p>We may take legal actions if you use these files.</p>
|
36 |
<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>
|
|
|
|
|
|
|
37 |
</body>
|
38 |
</html>
|
|
|
4 |
<title>Pylar AI Creative ML Non Free License</title>
|
5 |
<style>
|
6 |
body {
|
7 |
+
font-family: 'Helvetica Neue', Arial, sans-serif;
|
8 |
+
background-color: #fff;
|
9 |
color: #333;
|
10 |
line-height: 1.6;
|
11 |
+
padding: 40px;
|
12 |
+
max-width: 700px;
|
13 |
+
margin: 40px auto;
|
14 |
+
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
15 |
}
|
16 |
h1 {
|
17 |
+
color: #333;
|
18 |
+
font-weight: 300;
|
19 |
+
text-align: center;
|
20 |
+
}
|
21 |
+
h2 {
|
22 |
+
font-weight: 300;
|
23 |
+
color: #666;
|
24 |
}
|
25 |
a {
|
26 |
+
color: #007aff;
|
27 |
+
text-decoration: none;
|
28 |
}
|
29 |
a:hover {
|
30 |
+
text-decoration: underline;
|
31 |
}
|
32 |
p {
|
33 |
margin-bottom: 15px;
|
34 |
+
font-size: 14px;
|
35 |
+
}
|
36 |
+
.footer {
|
37 |
+
text-align: center;
|
38 |
+
font-size: 12px;
|
39 |
+
color: #999;
|
40 |
+
margin-top: 40px;
|
41 |
}
|
42 |
</style>
|
43 |
</head>
|
|
|
51 |
<h2>Disclaimer</h2>
|
52 |
<p>We may take legal actions if you use these files.</p>
|
53 |
<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>
|
54 |
+
<div class="footer">
|
55 |
+
Pylar AI © 2023
|
56 |
+
</div>
|
57 |
</body>
|
58 |
</html>
|