penguincoder-org/templates/page.html

8 lines
343 B
HTML

{% extends "juice/templates/page.html" %}
{% block head %}
<link rel="stylesheet" href="{{ get_url(path="pc.css") }}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css" integrity="sha256-AbA177XfpSnFEvgpYu1jMygiLabzPCJCRIBtR5jGc0k=" crossorigin="anonymous">
{% endblock head %}