html links changed to flask style
This commit is contained in:
parent
294f8b84ab
commit
c6f72d83c9
1 changed files with 2 additions and 2 deletions
|
|
@ -4,13 +4,13 @@
|
|||
<meta name="viewport" content="width=device-width" initial-scale="1.0">
|
||||
|
||||
<title>LoMeS | Meshtastic</title>
|
||||
<link rel="icon" href="data/images/favicon.ico">
|
||||
<link rel="icon" href="{{ url_for('static', filename='data/images/lomes.svg') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<header>
|
||||
<img class="icon" src="data/images/lomes.svg">
|
||||
<img class="icon" src="{{ url_for('static', filename='data/images/lomes.svg') }}">
|
||||
<h1>Welcome to LoMeS</h1>
|
||||
</header>
|
||||
<div class="textBox">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue