shared.html 273 B

1234567891011
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <div class="mx-auto text-center">
  4. <h1>Shared Hometab</h1>
  5. <p>(list all public bookmark)</p>
  6. <p>1.Automatic Icon Usage (using links from external icon sites)</p>
  7. <p>2.website link</p>
  8. <p>3.description</p>
  9. {% endblock %}
  10. </div>