Skip to content

Commit

Permalink
added .gitignore, https support.
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Oct 16, 2018
1 parent f4fbe3d commit 0221fb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<meta name="description" content="Be like Bill is an online platform that allows you to create your own "Be like Bill" memes. Its really simple and easy to use. It also has an API to create and use Be like Bill memes on your website.">
<meta name="keywords" content="be like bill,meme generator,be like bill api,gautam krishna r">
<meta name="author" content="Gautam krishna R">
<link rel="stylesheet" type="text/css" href="style.css">
<!--
Created with <3 By Gautam Krishna R
www.github.com/gautamkrishnar
-->
</head>
<body>
<center>
Expand All @@ -28,11 +28,11 @@
<input type="submit" class="btn" value="Be like Bill" />
</form>
<br/>
Created with <img src="http://www.clker.com/cliparts/V/a/r/B/D/o/love-md.png" width="15px" height="inherit"/>
Created with <img src="https://www.clker.com/cliparts/V/a/r/B/D/o/love-md.png" width="15px" height="inherit"/>
By <b><a href="http://github.com/gautamkrishnar/" target="_blank">Gautam krishna R.</a> </b> <br/>
API documentation and source code is available <a href="https://github.com/gautamkrishnar/Be-Like-Bill" target="_blank"> here. </a>
</div>
</center>
</body>
</html>
8 changes: 4 additions & 4 deletions make_bill.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
echo '<br/><br/>';
echo '<a class="btn" href="index.php">Create your own</a>';
}

else {
echo '<img src="';
genbill();
Expand All @@ -63,7 +63,7 @@
?>
<br/>
<br/><br/><b>
Created with <img src="http://www.clker.com/cliparts/V/a/r/B/D/o/love-md.png" width="15px" height="inherit"/>
Created with <img src="https://www.clker.com/cliparts/V/a/r/B/D/o/love-md.png" width="15px" height="inherit"/>
By <a href="http://github.com/gautamkrishnar/" target="_blank">Gautam krishna R.</a><br/>
API documentation and source code is available <a href="https://github.com/gautamkrishnar/Be-Like-Bill" target="_blank"> here. </a></b>
</center>
Expand All @@ -75,8 +75,8 @@ function share_prompt() {
method: 'share',
href: '<?php echo $siteurl."/make_bill.php?name=".$name."&sex=".$sex."&rand=".$ran_mem; ?>',
title: 'Be Like <?php echo $name; ?>',
picture: '<?php echo $path; ?>',
caption: '<?php echo $siteurl ?>',
picture: '<?php echo $path; ?>',
caption: '<?php echo $siteurl ?>',
description: 'Check out the Be-Like-Bill Meme generator',
},
// callback
Expand Down

0 comments on commit 0221fb5

Please sign in to comment.