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.
18 lines
644 B
18 lines
644 B
<script src="/jquery.min.js"></script> |
|
<script src="/amazeui.min.js"></script> |
|
<script src="/jquery.ext.js"></script> |
|
|
|
<script type="text/javascript"> |
|
$("#logout").click(function(){ |
|
alert("我早已习惯你不在身边,\n人间四月天 寂寞断了弦。\n回望身后蓝天,\n跟再见说再见……\n --《貂蝉》"); |
|
window.location.href="/logout"; |
|
}); |
|
</script> |
|
|
|
<footer data-am-widget="footer" class="am-footer am-footer-default"> |
|
<div class="am-footer-miscs "> |
|
<p><%= syzoj.config.title %> Powered by <a href="https://github.com/syzoj/syzoj" target="_blank">SYZOJ</a>.</p> |
|
</div> |
|
</footer> |
|
</body> |
|
</html>
|
|
|