summaryrefslogtreecommitdiff
path: root/data/softwares.html
diff options
context:
space:
mode:
authorArnav Bhatt <arnavbhatt288@gmail.com>2022-11-08 22:44:58 +0530
committerArnav Bhatt <arnavbhatt288@gmail.com>2022-11-08 22:44:58 +0530
commit7a35fd5bcaf3c80f71c25c03b4ab1780089b9aa0 (patch)
treecf147b5bee7e06a6b5fada05f1b31e8cf233bf47 /data/softwares.html
parente20df892748e618ac36b760b6d1ef4d1e85fcb57 (diff)
paypal article
Diffstat (limited to 'data/softwares.html')
-rwxr-xr-xdata/softwares.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/data/softwares.html b/data/softwares.html
new file mode 100755
index 0000000..7eefbe2
--- /dev/null
+++ b/data/softwares.html
@@ -0,0 +1,34 @@
+<!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>
+ </ul>
+ <hr>
+ <main>
+ <h3>Coming Soon</h3>
+ </main>
+
+ <div class = footer>
+ <p>Copyright 2022 ghativega.in</p>
+ </div>
+</body>
+</html>