Skip to content

Instantly share code, notes, and snippets.

View alexandru-paduraru's full-sized avatar

Alex Paduraru alexandru-paduraru

View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link href="bootstrap3/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/bootstrap-datepicker.css" rel="stylesheet" />
<script src="jquery/jquery-1.10.2.js" type="text/javascript"></script>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<form action="submit" class="form-horizontal">
<legend>Personal information:</legend>
<div class="form-group">
<label class="col-sm-4 control-label">First Name</label>
<div class="col-sm-8">
<input type="text" name="firstname" class="form-control" placeholder="Mickey">
</div>