Omnibus commited on
Commit
cef12b2
·
verified ·
1 Parent(s): ba7bc73

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +47 -0
index.html CHANGED
@@ -33,6 +33,18 @@ graph TD
33
  L[Intelligence]
34
  M[Communication]
35
  N[Relationship with Humans]
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  A --> B
38
  A --> C
@@ -47,6 +59,41 @@ graph TD
47
  A --> L
48
  A --> M
49
  A --> N
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  </pre>
51
  </div>
52
 
 
33
  L[Intelligence]
34
  M[Communication]
35
  N[Relationship with Humans]
36
+ O[Puppy Care]
37
+ P[Senior Dog Care]
38
+ Q[Working Dogs]
39
+ R[Service Dogs]
40
+ S[Emotional Support Dogs]
41
+ T[Therapy Dogs]
42
+ U[Dog Breeding]
43
+ V[Dog Adoption]
44
+ W[Dog Sports]
45
+ X[Dog Fashion]
46
+ Y[Dog Nutrition]
47
+ Z[Dog Grooming]
48
 
49
  A --> B
50
  A --> C
 
59
  A --> L
60
  A --> M
61
  A --> N
62
+ A --> O
63
+ A --> P
64
+ A --> Q
65
+ A --> R
66
+ A --> S
67
+ A --> T
68
+ A --> U
69
+ A --> V
70
+ A --> W
71
+ A --> X
72
+ A --> Y
73
+ A --> Z
74
+
75
+ B --> J
76
+ C --> I
77
+ D --> M
78
+ E --> Y
79
+ F --> O
80
+ F --> P
81
+ F --> Q
82
+ F --> R
83
+ F --> S
84
+ F --> T
85
+ F --> U
86
+ F --> V
87
+ F --> W
88
+ F --> X
89
+ F --> Y
90
+ F --> Z
91
+ G --> N
92
+ H --> U
93
+ I --> J
94
+ J --> H
95
+ K --> V
96
+ L --> M
97
  </pre>
98
  </div>
99