footer.ejs 437 B

123456789101112
  1. </div>
  2. <footer class="footer" style="background-color: white">
  3. <div class="content has-text-centered" >
  4. <p>
  5. <a href="https://github.com/songquanpeng/message-pusher">消息推送服务</a> 由 <a href="https://github.com/songquanpeng">JustSong</a> 构建,源代码遵循
  6. <a href="http://opensource.org/licenses/mit-license.php">MIT</a> 协议
  7. </p>
  8. </div>
  9. </footer>
  10. </div>
  11. </body>
  12. </html>