diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-27 23:02:28 -0700 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-27 23:02:28 -0700 |
commit | 7f2e66f7dd2efddaf08f329d81c114143bc00cf6 (patch) | |
tree | 1b067e5df0b16fd65ca106ba9a908a0a756566af /thedarkcolour/kotlinforforge | |
parent | fb1a0c4f0c241fbb976d10959eb89e7b8f227258 (diff) | |
download | KotlinForForge-7f2e66f7dd2efddaf08f329d81c114143bc00cf6.tar.gz KotlinForForge-7f2e66f7dd2efddaf08f329d81c114143bc00cf6.tar.bz2 KotlinForForge-7f2e66f7dd2efddaf08f329d81c114143bc00cf6.zip |
Added styling to the maven repo
Diffstat (limited to 'thedarkcolour/kotlinforforge')
-rw-r--r-- | thedarkcolour/kotlinforforge/1.0.0/web.html | 3 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.0.1/web.html | 3 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.1.0/web.html | 3 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.2.0/web.html | 3 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/1.2.1/web.html | 3 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/web.html | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/thedarkcolour/kotlinforforge/1.0.0/web.html b/thedarkcolour/kotlinforforge/1.0.0/web.html index 04e56d2..f763aba 100644 --- a/thedarkcolour/kotlinforforge/1.0.0/web.html +++ b/thedarkcolour/kotlinforforge/1.0.0/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.0.0/</title></head> <body> <h1>Index of /1.0.0/</h1><hr><pre><a href="../web.html">../</a> diff --git a/thedarkcolour/kotlinforforge/1.0.1/web.html b/thedarkcolour/kotlinforforge/1.0.1/web.html index 5dda645..9880ae9 100644 --- a/thedarkcolour/kotlinforforge/1.0.1/web.html +++ b/thedarkcolour/kotlinforforge/1.0.1/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.0.1/</title></head> <body> <h1>Index of /1.0.1/</h1><hr><pre><a href="../web.html">../</a> diff --git a/thedarkcolour/kotlinforforge/1.1.0/web.html b/thedarkcolour/kotlinforforge/1.1.0/web.html index 430e523..a1d7083 100644 --- a/thedarkcolour/kotlinforforge/1.1.0/web.html +++ b/thedarkcolour/kotlinforforge/1.1.0/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.1.0/</title></head> <body> <h1>Index of /1.1.0/</h1><hr><pre><a href="../web.html">../</a> diff --git a/thedarkcolour/kotlinforforge/1.2.0/web.html b/thedarkcolour/kotlinforforge/1.2.0/web.html index e068fda..e217872 100644 --- a/thedarkcolour/kotlinforforge/1.2.0/web.html +++ b/thedarkcolour/kotlinforforge/1.2.0/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.2.0/</title></head> <body> <h1>Index of /1.2.0/</h1><hr><pre><a href="../web.html">../</a> diff --git a/thedarkcolour/kotlinforforge/1.2.1/web.html b/thedarkcolour/kotlinforforge/1.2.1/web.html index 660f135..132e549 100644 --- a/thedarkcolour/kotlinforforge/1.2.1/web.html +++ b/thedarkcolour/kotlinforforge/1.2.1/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../../style.css"> <head><title>Index of /1.2.1/</title></head> <body> <h1>Index of /kotlinforforge/</h1><hr><pre><a href="../web.html">../</a> diff --git a/thedarkcolour/kotlinforforge/web.html b/thedarkcolour/kotlinforforge/web.html index e342803..8b85eef 100644 --- a/thedarkcolour/kotlinforforge/web.html +++ b/thedarkcolour/kotlinforforge/web.html @@ -1,4 +1,5 @@ -<html> +<html lang="HTML5"> +<link rel="stylesheet" href="../style.css"> <head> <title>Index of /kotlinforforge/</title> </head> |