Skip to content

Instantly share code, notes, and snippets.

@outoftime
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save outoftime/c71c03922fe304d2da3d to your computer and use it in GitHub Desktop.
Save outoftime/c71c03922fe304d2da3d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd Unit 10 Project: Facebook wall</title>
</head>
<body>
<div class="container">
<h1>ScriptEd Unit 10 Project: Facebook wall</h1>
<hr/>
<div class="row" id="search-bar">
<div class="col-md-10">
<input type="text" class="form-control input-lg " id="message" placeholder="Type in your message">
</div>
<div class="col-md-2">
<button type="submit" id="post-btn" class="btn btn-primary btn-lg btn-block">Post</button>
</div>
</div>
<div id="wall">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment