File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
12
12
<img src =' face.php?u={username}&s={size}&v={view}' />
13
13
```
14
14
15
- ### Query Parameters
15
+ #### Query Parameters
16
16
17
17
<table >
18
18
<tr>
@@ -49,7 +49,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
49
49
<img src =' skin.php?u={username}&s={size}' />
50
50
```
51
51
52
- ### Query Parameters
52
+ #### Query Parameters
53
53
54
54
<table >
55
55
<tr>
@@ -76,7 +76,7 @@ If username is not found, then it uses the default skin: [http://www.minecraft.n
76
76
77
77
If you have ` mod_rewrite ` enabled you can view the avatar via cleaner URLs.
78
78
79
- ### Facial Avatar
79
+ #### Facial Avatar
80
80
81
81
``` html
82
82
<img src =' http://domain.com/avatar/{username}' />
@@ -94,7 +94,7 @@ If you have `mod_rewrite` enabled you can view the avatar via cleaner URLs.
94
94
<img src =' http://domain.com/avatar/{username}/{size}/{view}' />
95
95
```
96
96
97
- ### Skin Preview
97
+ #### Skin Preview
98
98
99
99
``` html
100
100
<img src =' http://domain.com/skin/{username}' />
You can’t perform that action at this time.
0 commit comments