-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAbout.php
More file actions
47 lines (43 loc) · 1.38 KB
/
About.php
File metadata and controls
47 lines (43 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Share.gy: About us" >
<meta name="description" content="Share your digital content conveniently using short url's">
<meta name="keywords" content="Share.gy,share content,anonymous file upload,url shortener, note sharing site" >
<meta http-equiv="X-Frame-Options" content="deny">
<title>Share.gy: About us</title>
<?php include 'Header.html'; ?>
<style>
body{
color: #555;
}
#logoImage {
width: 22%;
height: auto!important;
}
@media (min-width : 304px) and (max-width: 415px){
#mobileMenu{
display: inline-block;
}
.members{
display: none;
}
}
.members{
margin-left: 57%!important;
}
</style>
<?php include 'Header.html'; ?>
</head>
<body><center></br></br></br></br>
<h1>" Share.gy: Share your digital content conveniently using short url's "</h1>
<p>Project developed by Ak, contact <i>premiumflip@gmail.com</i> for any queries.</p>
</center>
</body>
</html>