diff options
| author | Horus3 | 2015-02-21 14:50:00 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-21 14:50:00 +0100 |
| commit | b58e21a525e7e4aeda3ec51bfcb07390af8be465 (patch) | |
| tree | 9974d885ae2c81052e881e00207677e80d9f6fc7 /views/footer.html | |
| parent | c92989a8fc738094b205094a1bdd458a40c23d9c (diff) | |
| download | statuspage-b58e21a525e7e4aeda3ec51bfcb07390af8be465.tar.gz | |
Index page is now cached.
Diffstat (limited to 'views/footer.html')
| -rw-r--r-- | views/footer.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/views/footer.html b/views/footer.html index 408581d..7cc4a34 100644 --- a/views/footer.html +++ b/views/footer.html @@ -1,17 +1,17 @@ {{range .moreScripts}} - <script src="/static/js/{{.}}" type="text/javascript" charset="utf-8"></script> + <script src='/static/js/{{.}}' type='text/javascript' charset='utf-8'></script> {{end}} -<div class="footer"> - <div class="container"> - <div class="row"> +<div class='footer'> + <div class='container'> + <div class='row'> <footer> - <p id="copyright-text" align='right'> Copyright 2015 <a class="footer-a" href="//www.iamfabulous.de" title="Maximilian Möhring">Maximilian Möhring</a></p> + <p id='copyright-text' align='right'> Copyright 2015 <a class='footer-a' href='//www.iamfabulous.de' title='Maximilian Möhring'>Maximilian Möhring</a></p> </footer> </div> </div> </div> -<script src="//code.jquery.com/jquery-1.11.2.min.js"></script> -<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script -<!--script src="/static/js/bootstrap.js"></script--> +<script src='//code.jquery.com/jquery-1.11.2.min.js'></script> +<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script> +<!--script src='/static/js/bootstrap.js'></script--> </body> </html> |
