Last active
August 29, 2015 14:20
-
-
Save outoftime/c71c03922fe304d2da3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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