ehristoforu commited on
Commit
7f3fd48
1 Parent(s): 5e5ac47

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -19
index.html CHANGED
@@ -1,5 +1,5 @@
1
- <!doctype html>
2
- <html>
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
@@ -14,24 +14,17 @@
14
  <li><p>You can earn money on images generated by the model</p></li>
15
  <li><p>You can only mix this model with a link to this one</p></li>
16
  <li><p>You can train your model on this one and post with a link to that model</p></li>
17
- <li></li>
18
  </ul>
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
- The author is not responsible for the images you generate
29
-
30
- The author is not responsible for your mixes of this model
31
-
32
- The author is not responsible for your models based on this model
33
-
34
- This model refers to open source software
35
 
36
  </div>
37
  </body>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
 
14
  <li><p>You can earn money on images generated by the model</p></li>
15
  <li><p>You can only mix this model with a link to this one</p></li>
16
  <li><p>You can train your model on this one and post with a link to that model</p></li>
 
17
  </ul>
18
+ <ul>
19
+ <li><p>The author is not responsible for the images you generate</p></li>
20
+ <li><p>The author is not responsible for your mixes of this model</p></li>
21
+ <li><p>The author is not responsible for your mixes of this model</p></li>
22
+ <li><p>The author is not responsible for your models based on this model</p></li>
23
+ </ul>
24
+ <ul>
25
+ <li><p>This model refers to open source software</p></li>
26
+ </ul>
27
+
 
 
 
 
 
 
28
 
29
  </div>
30
  </body>