Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.06 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  9. <meta name="description" content="Description.">
  10. <meta name="author" content="Author">
  11. <title>Work in Progress...</title>
  12.  
  13. <!-- Bootstrap -->
  14. <!-- Latest compiled and minified CSS -->
  15. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  16. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
  17. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
  18.  
  19. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  20. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  21. <!--[if lt IE 9]>
  22. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  23. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  24. <![endif]-->
  25. <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
  26. <style type="text/css">
  27. body
  28. {
  29.     padding-top: 30px;
  30.     padding-left: 10px;
  31.     padding-right: 10px;
  32.     padding-bottom: 10px;
  33.     font-family: 'Handlee', cursive;
  34.     font-size: 18px;
  35. }
  36. </style>
  37. </head>
  38.  
  39. <body>
  40. <div class="container">
  41. <div class="row">
  42. <div class="col-md-12">
  43.  
  44.  
  45.  
  46. <div class="panel panel-default">
  47. <div class="panel-heading"><h1 class="panel-title text-center"><strong>Stay Tune!</strong></h1></div>
  48. <div class="panel-body">
  49.  
  50. <form>
  51.  
  52. <div class="form-group">
  53.     <label>NAMA</label>
  54.     <input type="text" name="name" class="form-control">
  55. </div>
  56.  
  57. <div class="form-group">
  58.     <label>EMEL</label>
  59.     <input type="email" name="email" class="form-control">
  60. </div>
  61.  
  62. <div class="form-group">
  63.     <label>PHONE</label>
  64.     <input type="text" name="phone" class="form-control">
  65. </div>
  66.  
  67. <div class="form-group">
  68.     <label>ADDRESS</label>
  69.     <textarea class="form-control">
  70.     </textarea>
  71. </div>
  72.  
  73. <div class="form-group">
  74.     <label>PASSWORD</label>
  75.     <input type="password" name="password" class="form-control">
  76. </div>
  77.  
  78. <button type="button" class="btn btn-primary">SAVE</button>
  79.  
  80. </form>
  81.  
  82.  
  83. </div>
  84. </div>
  85.  
  86. </div><!-- /col-md-12 -->
  87. </div><!-- /row -->
  88.  
  89. <div class="row">
  90. <div class="col-md-6 col-md-offset-3">
  91. <p class="text-center"><small>Copyright &copy; Website.com. All Rights Reserved Worldwide.</small></p>
  92. </div><!-- /col-md-12 -->
  93. </div><!-- /row -->
  94.  
  95.  
  96. </div><!-- /container -->
  97.  
  98. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  99. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  100. <!-- Include all compiled plugins (below), or include individual files as needed -->
  101. <!-- Latest compiled and minified JavaScript -->
  102. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  103. </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement