OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
accjournal
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 06:33:29 AM
rwxr-xr-x
📄
about.php
2.42 KB
02/08/2022 02:27:36 PM
rw-r--r--
📁
accjournal
-
12/26/2021 06:46:23 AM
rwxr-xr-x
📁
cms
-
02/06/2022 09:24:57 AM
rwxr-xr-x
📄
contact.php
1.6 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
contributors.php
3.21 KB
02/08/2022 02:27:36 PM
rw-r--r--
📁
data
-
07/17/2025 12:14:38 PM
rwxrwxrwx
📄
editor.desk.php
4.17 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
editorial.php
5.39 KB
07/15/2022 06:28:48 AM
rw-r--r--
📁
grfx
-
02/06/2022 09:24:57 AM
rwxr-xr-x
📁
inc
-
05/19/2022 07:20:39 AM
rwxr-xr-x
📄
index.php
1.29 KB
05/13/2022 10:55:12 AM
rw-r--r--
📄
list.articles.php
4.28 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.authors.php
2.94 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.categories.php
2.45 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
list.volumes.php
3.6 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
puzzle.corner.php
987 bytes
02/08/2022 02:27:36 PM
rw-r--r--
📄
search.php
3.51 KB
05/20/2022 10:53:27 AM
rw-r--r--
📄
show.article.php
3.32 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.author.php
3.38 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.category.php
2.89 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
show.issue.php
3.87 KB
05/19/2022 06:18:04 AM
rw-r--r--
📄
show.topic.php
3.31 KB
05/20/2022 10:53:50 AM
rw-r--r--
📄
show.volume.php
2.65 KB
02/08/2022 02:27:36 PM
rw-r--r--
📄
z_editorial.php
4.01 KB
02/08/2022 02:27:36 PM
rw-r--r--
Editing: contact.php
Close
<!DOCTYPE html> <html> <head> <title>A Quarterly Publication of ACCS</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="inc/jquery-3.6.0.min.js"></script> <script src="inc/bootstrap.min.js"></script> <script src="inc/moment.min.js"></script> <script src="inc/common.js"></script> <link rel="stylesheet" type="text/css" href="inc/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="inc/fontawesome/css/all.min.css" /> <link rel="stylesheet" type="text/css" href="inc/style.css" /> </head> <body> <? include 'inc/config.php' ?> <? include 'inc/header.php' ?> <div class="container"> <div class="row"> <div class="col-12 col-md-8"> <div class="txtMedium txtBlue mb-2 py-2">Contact Us</div> <b>Administrative Office:</b><br> Gate #2, CV Raman Avenue,<br> India Institute of Science, Bangalore – 560 012<br> KARNATAKA, INDIA<br><br> <b>Telephone:</b> +91 80 2360 7142<br> <b>Mobile:</b> +91 76249 57142<br> <b>Email:</b> secretary@accsindia.org<br><br> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.2128908976943!2d77.56446754994262!3d13.022110717247344!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae17d75930ccb3%3A0x9dfde97721b36fa9!2sAdvanced+Computing+%26+Communication+Society!5e0!3m2!1sen!2sin!4v1499662025309" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> </div> <div class="col-12 col-md-4"> <? include 'inc/side.php' ?> </div> </div> </div> <? include 'inc/footer.php' ?> </body> </html>