type correct

main
zvevqx 5 months ago
parent 69bcc65b5b
commit 81013581e1
  1. 2
      templates/index.html
  2. 2
      templates/menu.html

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>latitude dev site</title>
<title>latitud dev site</title>
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
</head>
<body>

@ -1,7 +1,7 @@
<div id="menu">
<nav>
<ul>
<li><a href="{{ url_for('index', _external=False) }}">Latitude Plateform</a></li>
<li><a href="{{ url_for('index', _external=False) }}">Latitud Plateform</a></li>
<li><a href="#" class="info">info</a></li>
{% if news %}
<li><a href="#" class="news">news</a></li>

Loading…
Cancel
Save