Skip to content

Instantly share code, notes, and snippets.

@YasuakiHirano
Created May 11, 2019 17:07
Show Gist options
  • Save YasuakiHirano/95c2fdfdd5e9bae32b49f5c6d48f51f8 to your computer and use it in GitHub Desktop.
Save YasuakiHirano/95c2fdfdd5e9bae32b49f5c6d48f51f8 to your computer and use it in GitHub Desktop.
codelike_bbs top screen sample file
<!doctype html>
<html lang="ja">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>codelike bbs</title>
</head>
<body>
<nav class="navbar navbar-dark bg-dark">
<a class="navbar-brand" href="#">codelike bbs</a>
</nav>
<div class="container">
<div class="mt-3 mb-3 row justify-content-end">
<a href="" class="btn btn-primary mr-3">新規登録</a>
</div>
<ul class="list-group">
<li class="list-group-item">
<a href="">とりあえずなリスト1</a>
</li>
<li class="list-group-item">
<a href="">とりあえずなリスト2</a>
</li>
<li class="list-group-item">
<a href="">とりあえずなリスト3</a>
</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment