Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>younghipster</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="thumbnail.css" media="screen" title="no title" charset="utf-8">
- <link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
- <!-- Custom Fonts -->
- <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
- <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
- <link href="scripts/bootstrap.min.css" rel="stylesheet">
- <link href="scripts/hipster.css" rel="stylesheet">
- </head>
- <body>
- <?php $login = '<h1>Welcome</h1>
- <span class="white">
- <div id="form-main">
- <div id="form-div">
- <form action="welcome.php" method="post" class="form" id="form1">
- <p class="name">
- <input name="name" type="text" class="validate[required,custom[onlyLetter],length[0,100]] feedback-input" placeholder="Name" id="name" />
- </p>
- <p class="email">
- <input name="email" type="text" class="validate[required,custom[email]] feedback-input" id="email" placeholder="Email" />
- </p>
- <div class="submit">
- <input type="submit" value="GO...go!" id="button-blue"/>
- <div class="ease"></div>
- <div class="reset">
- <input type="reset" value="RESET" id="button-blue"/>
- <div class="ease"></div>
- </div>
- </form></span></div></div>
- <script src="scripts/bootstrap.min.js"></script>
- <script src="scripts/hipster.js"></script>'; echo $login; ?>
- </body>
- </html>
Add Comment
Please, Sign In to add comment