diff options
author | Arnav Bhatt <arnav@ghativega.in> | 2023-05-06 13:38:07 +0530 |
---|---|---|
committer | Arnav Bhatt <arnav@ghativega.in> | 2023-05-06 13:38:07 +0530 |
commit | 04a4f45c0db626106b95b2d95fde180e458a0ba7 (patch) | |
tree | e99e528930115f713f20f8a865e649c978b10a92 /data/softwares.html | |
parent | 30afcece98906530e68c679e3f84e87e01e67407 (diff) |
add software link
Diffstat (limited to 'data/softwares.html')
-rwxr-xr-x | data/softwares.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/data/softwares.html b/data/softwares.html deleted file mode 100755 index 6dec820..0000000 --- a/data/softwares.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> - -<html> - <head> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> - <link rel='stylesheet' type='text/css' href='style.css'> - <meta property="og:title" content="Ghativega.in"> - <meta property="og:description" content="Personal site of arnavbhatt288."> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <title>Ghativega - Softwares</title> - <style> - img { border: none ;} - </style> - </head> - -<body> - <div class = logo><img src="assets/images/logo.png" alt="Ghativega"></div> - <ul class = navbar> - <li><a href="index.html">Home</a></li> - <li><a href="about.html">About</a></li> - <li><a href="contact.html">Contact</a></li> - <li><a class="active" href="softwares.html">Softwares</a></li> - <li><a href="donate.html">Donate</a></li> - </ul> - <hr> - <main> - <h3>Coming Soon</h3> - </main> - - <div class = footer> - <p>Copyright 2023 ghativega.in</p> - </div> -</body> -</html> |