Structure change
This commit is contained in:
parent
bb63929a1e
commit
7e5ead8f76
2 changed files with 31 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
/home/fr4nz/NetStorage/Repo/LoMeS/templates/index.html
|
||||
30
index.html
Normal file
30
index.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html" charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width" initial-scale="1.0">
|
||||
|
||||
<title>LoMeS | Meshtastic</title>
|
||||
<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="{{ url_for('static', filename='data/images/lomes.svg') }}">
|
||||
<h1>Welcome to LoMeS</h1>
|
||||
</header>
|
||||
<div class="textBox">
|
||||
<h3>A Local Meshtastic Server in development</h3><br>
|
||||
<p><strong>Hi {{user}}</strong></p>
|
||||
<p>If you see this site, means "LoMeS" development environment is running!</p>
|
||||
<p>Thanks for collaborating and trying to make things more real...</p>
|
||||
</div>
|
||||
<!-- <div class="textBox">
|
||||
<h3>Configuration Summary</h3>
|
||||
<div class="confBox">
|
||||
<link rel="import" href="assets/html/data/install_log/log.html">
|
||||
</div>-->
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue