mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-15 18:13:13 -06:00
index styling finished
This commit is contained in:
@@ -6,10 +6,17 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'theme.css' %}">
|
||||
{% endblock head %}
|
||||
</head>
|
||||
<body class="has-navbar-fixed-top">
|
||||
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
Simple Viewer
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="{% url 'index' %}">
|
||||
|
||||
Reference in New Issue
Block a user