Added missing footer to js warn page
This commit is contained in:
parent
b97184ec1d
commit
c6dbe8536c
@ -30,7 +30,7 @@
|
||||
|
||||
<h1>Good News!</h1>
|
||||
<i class="error-icon fa fa-exclamation-circle fa-5x"></i>
|
||||
<h2>Javascript <strong>IS NOT</strong> needed to view this site! There aren't even use any metrics, so feel free to keep Javascript disabled!</h2>
|
||||
<h2>Javascript is <strong>NOT</strong> needed to view this site! There aren't even use any metrics, so feel free to keep Javascript disabled!</h2>
|
||||
<h2>The site is designed to <u>function</u> just as well without Javascript, but it might look a bit weird at times.</h2>
|
||||
<div class="actions">
|
||||
<a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a><br>
|
||||
@ -40,6 +40,21 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright">
|
||||
©2018 <strong>Ethan N. Paul</strong>. All Rights Reserved
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome"><strong><i class="fa fa-gitlab fa-lg"></i> </strong></a><a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/commits/master"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user