-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.php
42 lines (39 loc) · 1.66 KB
/
index.php
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
<html>
<head>
<title>Be like Bill</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="icon.png">
<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>
<img src="blb.jpg" alt="be like bill" width="60%" height="inherit">
<form action="make_bill.php" method="post">
<input type="text" name="name" class="txt" placeholder="Your First Name"/>
<select name="sex" id="sex" class="slt">
<option value="m">Male</option>
<option value="f">Female</option>
</select>
<br/><br/>
<input type="submit" class="btn" value="Be like Bill"/>
</form>
<br/>
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>