Files
message-pusher/views/footer.ejs
T

10 lines
441 B
Plaintext
Raw Normal View History

2020-09-01 19:27:16 +08:00
</div>
2020-09-01 19:43:52 +08:00
<footer class="footer" style="background-color: white">
<div class="content has-text-centered" >
<p>
<strong><a href="https://github.com/songquanpeng/wechat-message-push">WeChat Message Push</a></strong> by <a href="https://github.com/songquanpeng">JustSong</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>.
</p>
</div>
</footer>
2020-09-01 19:27:16 +08:00
</body>