diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-08-17 16:11:34 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-08-17 16:11:34 +0530 |
commit | b776085e1ba2e698626c77f36f993e76bbf4a131 (patch) | |
tree | 5130f6e524cdbce123b4e317edf32841378f1e82 /index.html | |
parent | 7e42f5851e0650092311a2b83bcaec34804febde (diff) | |
download | cli-website-b776085e1ba2e698626c77f36f993e76bbf4a131.tar.gz cli-website-b776085e1ba2e698626c77f36f993e76bbf4a131.tar.bz2 cli-website-b776085e1ba2e698626c77f36f993e76bbf4a131.zip |
fixed
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..403dae4 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="title" content="Biswakalayan"> + <meta name="keywords" content="genos, Biswakalyan, Programmer, Cybersecurity Hacker, Pentester"/> + <meta name="description" content="Cybersecurity Researcher"/> + <!-- CSS --> + <link rel="stylesheet" type="text/css" href="style.css"> + <title>Biswakalyan</title> + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> +</head> + <body> + <script type="text/javascript" src="script.js"></script> + <div id="console"></div> + </body> +</html> |