26
26
< a class ="nav-link " href ="/createlootbundle " tabindex ="-1 "> Loot Bundles</ a >
27
27
</ li >
28
28
< li class ="nav-item ">
29
- < a class ="nav-link " href ="https://thelootbox.xyz/showcase " tabindex ="-1 "> Showcase</ a >
29
+ < a class ="nav-link " href ="https://thelootbox.xyz/showcase " tabindex ="-1 " target =" _blank " > Showcase</ a >
30
30
</ li >
31
31
</ ul >
32
- < button class ="btn btn-outline-success img-size "> < a href ="https://github.com/TheLootBox-xyz "> < img src ="/static/images/github.png "> </ a > </ button >
33
- < button class ="btn btn-outline-success img-size "> < a href ="https://discord.gg/pd4wupphDe "> < img src ="/static/images/Discord.png "> </ a > </ button >
32
+ < button class ="btn btn-outline-success img-size "> < a href ="https://github.com/TheLootBox-xyz " target =" _blank " > < img src ="/static/images/github.png "> </ a > </ button >
33
+ < button class ="btn btn-outline-success img-size "> < a href ="https://discord.gg/pd4wupphDe " target =" _blank " > < img src ="/static/images/Discord.png "> </ a > </ button >
34
34
</ div >
35
35
</ div >
36
36
</ nav >
37
37
</ header >
38
- < div class ="flask_alert_container " onclick ="delete_flash(this) ">
38
+ < div class ="flask_alert_container " onclick ="delete_flash(this) ">
39
39
{% for catagory, message in get_flashed_messages(with_categories=true) %}
40
40
< div class ="alert alert-{{ catagory }} ">
41
41
{{ message }}
@@ -58,16 +58,15 @@ <h5>Features</h5>
58
58
< div class ="col-6 col-md footer-img-size ">
59
59
< h5 > Resources</ h5 >
60
60
< ul class ="list-unstyled text-small ">
61
- < li > < a class ="link-secondary " href ="https://github.com/TheLootBox-xyz "> Code</ a > </ li >
62
- < li > < a class ="link-secondary " href ="https://discord.gg/pd4wupphDe "> Community</ a > </ li >
61
+ < li > < a class ="link-secondary " href ="https://github.com/TheLootBox-xyz " target =" _blank " > Code</ a > </ li >
62
+ < li > < a class ="link-secondary " href ="https://discord.gg/pd4wupphDe " target =" _blank " > Community</ a > </ li >
63
63
</ ul >
64
64
</ div >
65
65
< div class ="col-6 col-md ">
66
66
< h5 > About TheLootBox</ h5 >
67
67
< ul class ="list-unstyled text-small ">
68
- < li > < a class ="link-secondary " href ="https://thelootbox.xyz/about "> About</ a > </ li >
69
- < li > < a class ="link-secondary " href ="https://thelootbox.xyz/privacy "> Privacy</ a > </ li >
70
- < li > < a class ="link-secondary " href =""> Contact</ a > </ li >
68
+ < li > < a class ="link-secondary " href ="https://thelootbox.xyz/about " target ="_blank "> About</ a > </ li >
69
+ < li > < a class ="link-secondary " href ="https://thelootbox.xyz/privacy " target ="_blank "> Privacy</ a > </ li >
71
70
</ ul >
72
71
</ div >
73
72
</ div >
0 commit comments