tbd-cli
Version:
The cli for The Big Drink, allows the use of the " drink " command.
38 lines • 1.66 kB
HTML
<html>
<head>
<title>The Big Drink</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" href="./assets/stylesheets/master.css" type="text/css" />
</head>
<body>
<div class="header">
<h2>The Big Drink</h2>
<div class="searchBar">
<input type="text" id="searchInput" placeholder="Search"/>
<label class="searchButton" for="searchInput">
<i class="material-icons md-light">search</i>
</label>
</div>
<ul>
<li><div></div><a href="https://github.com/MarellaB/biggulp">github</a></li>
<li><div></div><a href="./drink.html">drink</a></li>
<li><div></div><a href="https://github.com/MarellaB/bigdrink/wiki">wiki</a></li>
<li><div></div><a href="https://twitter.com/tbdcli">social</a></li>
</ul>
</div>
<ul class="repo-list">
<li>
<h3>Some Repo</h3>
<p>This is some filler text to explain the description
except its going to be too long so that
it needs to be cut short, so that way we can
make sure all of these look the same and just because
someone decided to make theres 10 miles ling
I can still use it.</p>
</li>
</ul>
</body>
</html>