blob: 0875c39289399058b628291a57feb37670d1725f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!-- End content -->
</main>
<div style="height: 4em"></div>
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-4 mb-0 text-muted">© 2022</p>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="https://open-infrastructure.net/contact" class="nav-link px-2 text-muted">Contact</a></li>
<li class="nav-item"><a href="https://open-infrastructure.net/legal" class="nav-link px-2 text-muted">Legal</a></li>
</ul>
</footer>
</div>
<!-- Bootstrap core JS -->
<script src="/_static/popperjs/popper.min.js"></script>
<script src="/_static/bootstrap/js/bootstrap.min.js"></script>
<!-- Custom scripts for this template -->
</body>
</html>
|