diff options
-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> + |