diff --git a/views/index.jade b/views/index.jade
index 4828161..b47600a 100644
--- a/views/index.jade
+++ b/views/index.jade
@@ -117,11 +117,11 @@ block content
mark.green id
| with a Mojang UUID or username to get a render of the skin.
| The head render type returns a render of the skin's head.
- .code
+ span.code
| #{domain}/renders/head/
mark.green id
| The body render returns a render of the entire skin.
- .code
+ span.code
| #{domain}/renders/body/
mark.green id
@@ -175,7 +175,7 @@ block content
| with a Mojang UUID or username to get the related skin.
| The user's skin is returned, or the default image is served.
| You can use the default parameter here as well.
- .code
+ span.code
| #{domain}/skins/
mark.green id