Rename to Station Announcer
This commit is contained in:
parent
e6260faaeb
commit
74ec79ad9e
5 changed files with 15 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Immich Alt Text Helper</title>
|
||||
<title>Station Announcer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
||||
</head>
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
<header class="site-header">
|
||||
<div class="container">
|
||||
<div class="header-bar">
|
||||
<h1><a href="{{ url_for('main.index') }}">Immich Alt Text Helper</a></h1>
|
||||
<h1><a href="{{ url_for('main.compose_select') }}">Station Announcer</a></h1>
|
||||
<nav class="nav-links">
|
||||
<a href="{{ url_for('main.index') }}">Recent photos</a>
|
||||
<a href="{{ url_for('main.compose_select') }}">Compose Mastodon post</a>
|
||||
<a href="{{ url_for('main.alt_helper') }}">Alt text helper</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue