You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
527 B
12 lines
527 B
</div> |
|
<div class="ui vertical footer segment" style="margin-top: 15px; "> |
|
<div class="ui center aligned container"> |
|
<span style="color: #999;"><%= syzoj.config.title %> Powered by <a href="https://github.com/syzoj/syzoj" target="_blank">SYZOJ</a>.</span> |
|
</div> |
|
</div> |
|
</div> |
|
<script src="<%- lib('semantic-ui/2.4.1/semantic.min.js') %>"></script> |
|
<script src="<%- lib('Chart.js/2.7.3/Chart.bundle.min.js') %>"></script> |
|
<script src="<%- selfLib('script.js') %>?20170710"></script> |
|
</body> |
|
</html>
|
|
|