forked from iamsonukushwaha/tarana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
847f5c3
commit 9aa8eef
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,17 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>About Us</title> | ||
<title>Tarana - About Us</title> | ||
<meta name="description" content="Tarana - Best Music Player"> | ||
<meta property="og:title" content="Tarana - Best Music Player"> | ||
<meta name="auther" content="Sonu Kumar Kushwaha"> | ||
<meta name="email" content="[email protected]"> | ||
<meta name="twitter:creator" content="@sonukumarkush12"> | ||
<meta name="og:country-name" content="India, Bharat" /> | ||
|
||
|
||
<meta property="og:url" content="https://www.sonu.live" /> | ||
<meta property="og:image" content="https://raw.githubusercontent.com/flyingsonu122/tarana/master/img/tarana.jpg" /> | ||
<style> | ||
#img { | ||
width: 100%; | ||
|