Skip to content

Instantly share code, notes, and snippets.

@insightcoder
Last active October 7, 2017 04:55
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 insightcoder/c55454cf43d713a46a26139ab9683397 to your computer and use it in GitHub Desktop.
Save insightcoder/c55454cf43d713a46a26139ab9683397 to your computer and use it in GitHub Desktop.
<html>
<!-- header -->
<body>
<div class="container">
<div class="jumbotron">
<h1>Boggle Dictionary</h1>
<p class="lead"> Find your Boggle word</p>
<div class="input-group input-group-lg">
<input type="text" id="lookup" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-success" id="submit" type="button">Go!</button>
</span>
</div>
</div>
<div id="results"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment