Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schleicherhof-pms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Wilhelm
schleicherhof-pms
Commits
1a1caf75
Commit
1a1caf75
authored
4 years ago
by
Johannes Wilhelm
Browse files
Options
Downloads
Patches
Plain Diff
sd
Signed-off-by:
Johannes Wilhelm
<
johannes.wilhelm2@stud.th-deg.de
>
parent
858d7e8b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
schleicherhof_pms/src/main/resources/templates/home.html
+17
-9
17 additions, 9 deletions
schleicherhof_pms/src/main/resources/templates/home.html
with
17 additions
and
9 deletions
schleicherhof_pms/src/main/resources/templates/home.html
+
17
−
9
View file @
1a1caf75
<!DOCTYPE html>
<html
lang=
"de"
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<meta
charset=
"UTF-8"
/>
<title>
Home
</title>
</head>
<body>
<head
th:include=
"head::head"
></head>
<body
class=
"container"
style=
"background-image: url('photos/background.jpg'); background-repeat:no-repeat; background-size:100%;"
>
<div
class=
"container-fluid"
>
<h1>
Schleicherhof
</h1>
<h1>
<img
th:src=
"@{/photos/logo.png}"
alt=
"Logo"
width=
"470"
height=
"150"
/>
</h1>
</div>
<nav
th:include=
"menu::menu"
></nav>
<div
class=
"container-fluid"
><h2
th:text=
"${title}"
>
Titel
</h2></div>
<div
class=
"container-fluid"
><p
th:text=
"${message}"
>
Nachricht
</p></div>
<nav
th:include=
"menu::menu"
></nav>
<div
class=
"container"
style=
"background-color: white; opacity:0.5;"
>
<div
class=
"container"
><h2
th:text=
"${title}"
>
Titel
</h2></div>
<div
class=
"container"
><h3
th:text=
"${title2}"
>
Titel
</h3></div>
<div
class=
"container"
><p
style=
"color: red"
th:text=
"${message}"
>
Nachricht
</p></div>
</div>
<div
th:include=
"foot::foot"
></div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment