diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-07-25 13:22:20 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-07-25 13:22:20 +0930 |
commit | 1ae0b4abe11ce5fbd7a3754eab8e645d5bca9e60 (patch) | |
tree | b8c71d5f770b37c7d6a4b0b2b9ca491d74b2343f /img/index.html | |
parent | bef39bd8339a3d2ce833e85ec084369939378c00 (diff) | |
download | gnupluslinux.com-1ae0b4abe11ce5fbd7a3754eab8e645d5bca9e60.tar.gz gnupluslinux.com-1ae0b4abe11ce5fbd7a3754eab8e645d5bca9e60.zip |
index.html
added semi empty index for img subdomain
Diffstat (limited to 'img/index.html')
-rw-r--r-- | img/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/img/index.html b/img/index.html new file mode 100644 index 0000000..bfc1205 --- /dev/null +++ b/img/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> + <meta name="keywords" content="linux, gnu, software, personal"> + <meta name="description" content="daniel_j's system"> + <meta name="author" content="daniel_j"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="Cache-control" content="public"> + <link rel="icon" type="image/png" href="favicon.png"> + <title>GNU plus Linux</title> + This sub-domain is used to host my personal images. + </body> +</html> + |