now we work in ✨style ✨
This commit is contained in:
@@ -4,12 +4,16 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{% block title %}PhysCom{% endblock %}</title>
|
||||
<link rel="icon" type="image/svg+xml" href="{{ url_for('static', filename='logo.svg') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="{{ url_for('entities.entity_list') }}" class="nav-brand">PhysCom</a>
|
||||
<a href="{{ url_for('index') }}" class="nav-brand">
|
||||
<img src="{{ url_for('static', filename='logo.svg') }}" alt="">
|
||||
PhysCom
|
||||
</a>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('entities.entity_list') }}">Entities</a></li>
|
||||
<li><a href="{{ url_for('domains.domain_list') }}">Domains</a></li>
|
||||
|
||||
Reference in New Issue
Block a user