mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
17 lines
535 B
HTML
17 lines
535 B
HTML
<footer class="container-fluid">
|
|
<div class="center-both">
|
|
<div class="container">
|
|
<div class="row">
|
|
<p class="col-sm-4 pull-left">© Copyright 2016 — Watch Out! News Agency</p>
|
|
<div class="col-sm-4 pull-right">
|
|
<div class="row">
|
|
<a class="col-sm-4" href="/team/">Team</a>
|
|
<a class="col-sm-4" href="/about/">About Us</a>
|
|
<a class="col-sm-4" href="http://fb.com/WatchOutNewsAgency">Facebook</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|