2.0 - WebUI builder ("Cielight" merge) #9

Merged
Djeex merged 43 commits from beta into main 2025-08-26 10:52:13 +02:00
22 changed files with 1401 additions and 38 deletions
Showing only changes of commit 5a6f08644a - Show all commits

View File

@ -1,8 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Photo WebUI</title> <title>Lumeex</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style/style.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='style/style.css') }}">
</head> </head>
<body> <body>
@ -31,8 +32,8 @@
<div class="nav-links"> <div class="nav-links">
<ul class="nav-list"> <ul class="nav-list">
<li class="nav-item appear2"><a href="#">Site info</a> <li class="nav-item appear2"><a href="#">Site info</a>
<li class="nav-item appear2"><a href="#qui-suis-je">Theme info</a> <li class="nav-item appear2"><a href="#">Theme info</a>
<li class="nav-item appear2"><a href="#mariages">Gallery</a> <li class="nav-item appear2"><a href="#">Gallery</a>
</ul> </ul>
</div> </div>
</div> </div>