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