diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-04-07 13:38:44 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-04-07 13:38:44 +0930 |
commit | 977abbcf8c40e554caf03c09f36f41bbbebba4a4 (patch) | |
tree | 599776371ac80f7c43c1eaeb5d1e6c4d1e0a569c /iuse/index.html | |
download | gnupluslinux.com-977abbcf8c40e554caf03c09f36f41bbbebba4a4.tar.gz gnupluslinux.com-977abbcf8c40e554caf03c09f36f41bbbebba4a4.zip |
added main index (wip), added i.use subdomain directory and its index, added img subdomain directory and its .htaccess file, added img subdomain directory
Diffstat (limited to 'iuse/index.html')
-rw-r--r-- | iuse/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/iuse/index.html b/iuse/index.html new file mode 100644 index 0000000..638005e --- /dev/null +++ b/iuse/index.html @@ -0,0 +1,67 @@ +<!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 http-equiv="Cache-control" content="public"> + <link rel="icon" type="image/png" href="favicon.png"> + <title>GNU plus Linux</title> + <style> +body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} +.content +{ + position: relative; + border-radius: 25px; + border: 2px solid #073642; + width: 600px; + margin-top: 20px; + margin-left: auto; + margin-right: auto; +} +.title {text-align: center;} +pre {overflow: auto;} + +.background { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: -1; + overflow: hidden; +} +.middle { text-align: center; font-size: 70%} + </style> + </head> + <body> + <div class="title"><h1>I use GNU plus Linux</h1></div> + <div class="content"> + <pre> + Software + + ## ### Parabola GNU plus Linux-libre + ## ## ##### Window Manager: dwm + ## ## ## ####### Terminal Emulator: st + # ## ## ## ######## Shell: bash + ### # ######### Editor: vim + ### ######### Browser: qutebrowser + ## ######## IRC client: irssi + ####### + ###### + ###### + ##### + ##### + #### + #### + ### + ### + ##</pre> + </div> + <div class="middle"> + Want a sub domain for something? <a href="https://danieljon.es">Contact me</a>, include sub domain and html. + </div> + </body> +</html> + |