This repository was archived by the owner on May 11, 2025. It is now read-only.
File tree 2 files changed +9
-21
lines changed 2 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 17
17
<!-- and OG favicon -->
18
18
< link rel ="shortcut icon " href ="{{ url_for('static', filename='favicons/favicon.ico') }} ">
19
19
< meta name ="description " content ="CTF Hints and Flag Site for the ColaCo Challenge ">
20
- < link rel ="stylesheet " href =" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/ css/bootstrap.min.css ">
20
+ < link rel ="stylesheet " type = " text/ css" href =" {{ url_for('static', filename='css /bootstrap.min.css') }} ">
21
21
<!-- js -->
22
22
< script src ="{{ url_for('static', filename='js/code.js') }} "> </ script >
23
23
{% endblock %}
31
31
< ul class ="nav justify-content-center border-bottom pb-3 mb-3 ">
32
32
< li class ="nav-item "> < a href ="{{ url_for('ctf.index') }} " class ="nav-link px-2 text-muted "> Home</ a > </ li >
33
33
< li class ="nav-item "> < a href ="{{ url_for('ctf.flags') }} " class ="nav-link px-2 text-muted "> Flags</ a > </ li >
34
- <!-- <li class="nav-item"><a href="#" class="nav-link px-2 text-muted">Pricing</a></li>
35
- <li class="nav-item"><a href="#" class="nav-link px-2 text-muted">FAQs</a></li>
36
- <li class="nav-item"><a href="#" class="nav-link px-2 text-muted">About</a></li> -->
37
34
</ ul >
38
- < p class ="text-center text-muted "> Version {{version}}</ p >
39
- < p class ="text-center text-muted "> © {{year}} aviparshan.com</ p >
35
+ < p class ="text-center text-muted "> © {{year}} aviparshan.com v{{version}}</ p >
40
36
</ footer >
41
37
</ div >
42
-
43
- <!-- <div id="footer">
44
- {% block footer %}
45
- <footer class="site-footer">
46
- disclaimer
47
- <span class="site-footer-disclaimer">This site is for educational purposes only. Do not use this site for any illegal activities. This site is not a part of the CTF challenge itself</span>
48
- <span class="site-footer-owner">© 2024
49
- <a href="http://aviparshan.com"
50
- target="_blank">aviparshan.com</a></span>
51
-
52
- </footer>
53
- {% endblock %}
54
- </div>
55
- -->
56
38
</ body >
57
-
58
39
</ html >
You can’t perform that action at this time.
0 commit comments