Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fja
eval
Commits
a443f5e7
Commit
a443f5e7
authored
Jan 06, 2021
by
Vladimír Štill
Browse files
evalweb: Better title
parent
d7324a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
evalweb/templates/base.html
View file @
a443f5e7
...
...
@@ -2,14 +2,14 @@
<html
lang=
"cs"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
FJA
eval
</title>
<title>
FJA
: Porovnávání a převody formalismů regulárních jazyků
</title>
</head>
<body>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='style.css') }}"
>
<nav>
<h1><a
href=
"{{ url_for('index') }}"
>
EVAL
</a></h1>
<h1><a
href=
"{{ url_for('index') }}"
>
FJA: Porovnávání a převody
</a></h1>
<ul>
<li><a
href=
"{{ url_for('eval.about') }}"
>
O službě
</a>
<li><a
href=
"{{ url_for('eval.userref') }}"
>
Uživatelská dokumentace
</a>
...
...
@@ -34,4 +34,4 @@
{% block content %}{% endblock %}
</section>
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment