github.com/pdaian/flashboys2@v0.0.0-20190718175736-b101c35361f0/webapp/templates/footer.html (about) 1 2 {% if deanon %} 3 <div style="text-align:center;">Project of<br><a href="http://initc3.org/"><img src="https://thehydra.io/img/ic3.png" style="width:50rem;"></img></a><br><br>Friends of <b><a href="http://hackthiscontract.io/">Hack This Contract</a></b><br>100% MIT licensed.<br><br><i>This material is based upon work supported by the National Science Foundation Graduate Research Fellowship under Grant No. DGE-1650441.<br>We would also like to thank NSF CNS-1330599, CNS-1514163, CNS-1564102, and CNS-1704615, ARL W911NF-16-1-0145, and IC3 Industry Partners.<br>Any opinion, findings, and conclusions or recommendations expressed in this material are those of the authors(s) and do not necessarily reflect the views of the National Science Foundation. 4 {% endif %} 5 <br><br> 6 <!--===============================================================================================--> 7 <script src="/static/vendor/bootstrap/js/popper.js"></script> 8 <script src="/static/vendor/bootstrap/js/bootstrap.min.js"></script> 9 <!--===============================================================================================--> 10 <script src="/static/vendor/select2/select2.min.js"></script> 11 <!--===============================================================================================--> 12 <script src="/static/js/main.js"></script> 13 14 </body> 15 </html> 16