footer.html 244 B

1234567891011121314
  1. {{define "footer"}}
  2. </body>
  3. <footer class="footer" >
  4. <div class="content has-text-centered">
  5. <p>
  6. <strong>
  7. <a> WSS(wonderful software studio.INC.)</a>
  8. </strong>
  9. </p>
  10. </div>
  11. </footer>
  12. </html>
  13. {{end}}