gocron/templates/common/footer.html

25 lines
593 B
HTML
Raw Normal View History

2017-04-07 01:13:36 +00:00
</div>
<footer>
<div id="copyrights">
<div class="inset">
<div class="bigcontainer">
<div class="fl">
2017-04-13 09:35:59 +00:00
<p>&copy; 2017 gocron
<i class="Github Alternate icon"></i><a href="https://github.com/ouqiang/gocron" target="_blank">
2017-04-07 01:13:36 +00:00
GitHub
</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<script>
$(
function(){
$('.ui.dropdown').dropdown();
}
);
</script>
2017-04-01 09:04:40 +00:00
</body>
</html>