diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 122 |
1 files changed, 77 insertions, 45 deletions
diff --git a/index.html b/index.html index 0d80aa5..9ded0f9 100644 --- a/index.html +++ b/index.html @@ -1,47 +1,79 @@ <!doctype html> -<html class="no-js" lang="en"> - <head> - <meta charset="utf-8"> - <title>azahi</title> - <meta name="description" content="azahi.cc"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="apple-touch-icon" href="apple-touch-icon.png"> - <link rel="icon" href="favicon.ico"> - <link rel="icon" sizes="16x16" type="image/png" href="favicon-16x16.png"> - <link rel="icon" sizes="32x32" type="image/png" href="favicon-32x32.png"> - <link rel="stylesheet" href="style.css"> - </head> - <body> - <div class="container"> - <div class="info"> - <h1 class="center">azahi</h1> - <p class="center"> - Azat Bahawi | Азат Багавиев - </p> - <p class="center"> - <a href="https://keyoxide.org/hkp/26880377C31D9E819BDF83A8C8C6BDDB3847F72B">Keyoxide</a> - | - <a href="https://git.azahi.cc">Projects</a> - | - <a href="https://github.com/azahi">GitHub</a> - | - <a href="https://repology.org/projects/?maintainer=azat@bahawi.net">Repology</a> - </p> - <p> - <dl> - <dt>Email:</dt> - <dd><strong>azat [at] bahawi [dot] net</strong> (<a href="https://keys.openpgp.org/search?q=26880377C31D9E819BDF83A8C8C6BDDB3847F72B">PGP</a>) - <dd><code>2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B</code></dd> - <dt>IRC:</dt> - <dd><strong>azahi</strong> @ <a href="https://libera.chat">Libera</a></dd> - <dd><strong>azahi</strong> @ <a href="https://oftc.net">OFTC</a></dd> - <dd><strong>azahi</strong> @ <a href="https://hackint.org">hackint</a></dd> - <dd><strong>azahi</strong> @ <a href="https://rizon.net">Rizon</a></dd> - <dt>Matrix:</dt> - <dd><strong>@azahi:azahi.cc</strong></dd> - </dl> - </p> - </div> - </div> - </body> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Security-Policy" content="default-src 'self';" /> + <meta name="description" content="azahi's title page" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="color-scheme" content="light dark" type="text/css" /> + <link rel="stylesheet" href="style.css" /> + <link rel="icon" type="image/x-icon" href="favicon.ico" /> + <link rel="icon" sizes="16x16" type="image/png" href="favicon-16x16.png" /> + <link rel="icon" sizes="32x32" type="image/png" href="favicon-32x32.png" /> + <link rel="apple-touch-icon" href="apple-touch-icon.png" /> + <title>azahi</title> + </head> + <body> + <main> + <div class="container"> + <div class="info"> + <img class="image" src="azahi.webp" /> + <h1 class="center">azahi</h1> + <p class="center">Azat Bahawi | Азат Багавиев</p> + <p class="center"> + <a + href="https://keyoxide.org/hkp/26880377C31D9E819BDF83A8C8C6BDDB3847F72B" + >Keyoxide</a + > + | + <a href="https://git.azahi.cc">Projects</a> + | + <a href="https://github.com/azahi">GitHub</a> + | + <a href="https://repology.org/projects/?maintainer=azat@bahawi.net" + >Repology</a + > + </p> + <dl> + <dt>Email:</dt> + <dd> + <strong>azat [at] bahawi [dot] net</strong> + (<a + href="https://keys.openpgp.org/search?q=26880377C31D9E819BDF83A8C8C6BDDB3847F72B" + >PGP</a + >) + </dd> + <dd> + <code>2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B</code> + </dd> + <dt>IRC:</dt> + <dd> + <strong>azahi</strong> + @ + <a href="https://libera.chat">Libera</a> + </dd> + <dd> + <strong>azahi</strong> + @ + <a href="https://oftc.net">OFTC</a> + </dd> + <dd> + <strong>azahi</strong> + @ + <a href="https://hackint.org">hackint</a> + </dd> + <dd> + <strong>azahi</strong> + @ + <a href="https://rizon.net">Rizon</a> + </dd> + <dt>Matrix:</dt> + <dd> + <strong>@azahi:azahi.cc</strong> + </dd> + </dl> + </div> + </div> + </main> + </body> </html> |