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/web.html | |
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/web.html')
-rw-r--r-- | thedarkcolour/kotlinforforge/web.html | 3 |
1 files changed, 2 insertions, 1 deletions
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> |