Browse Source

Add page title to template

master
klonfish 5 years ago
parent
commit
e05b11d72c
  1. 1
      bam/templates/bam/base.html

1
bam/templates/bam/base.html

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Blinkenbunt Account Manager</title>
<link rel="stylesheet" href="{% static "bam/pure-min.css" %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>

Loading…
Cancel
Save