footer.ejs 441 B

12345678910
  1. </div>
  2. <footer class="footer" style="background-color: white">
  3. <div class="content has-text-centered" >
  4. <p>
  5. <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
  6. <a href="http://opensource.org/licenses/mit-license.php">MIT</a>.
  7. </p>
  8. </div>
  9. </footer>
  10. </body>