Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WS23 EWA Praktikum Pizzaservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Omar Ibrahim Arfa
WS23 EWA Praktikum Pizzaservice
Commits
ae347b62
Commit
ae347b62
authored
1 year ago
by
omaarfa
Browse files
Options
Downloads
Patches
Plain Diff
Add HTML skeleton to baecker.php, fahrer.php and kunde.php
parent
1e335bd3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Praktikum/Prak1/baecker.php
+18
-0
18 additions, 0 deletions
src/Praktikum/Prak1/baecker.php
src/Praktikum/Prak1/fahrer.php
+18
-0
18 additions, 0 deletions
src/Praktikum/Prak1/fahrer.php
src/Praktikum/Prak1/kunde.php
+18
-0
18 additions, 0 deletions
src/Praktikum/Prak1/kunde.php
with
54 additions
and
0 deletions
src/Praktikum/Prak1/baecker.php
+
18
−
0
View file @
ae347b62
<?php
echo
<<<
HTML
<!
DOCTYPE
html
>
<
html
lang
=
"de"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<!--
für
später
:
CSS
include
-->
<!--
<
link
rel
=
"stylesheet"
href
=
"XXX.css"
/>
-->
<!--
für
später
:
JavaScript
include
-->
<!--
<
script
src
=
"XXX.js"
></
script
>
-->
<
title
>
Text
des
Titels
</
title
>
</
head
>
<
body
>
<
p
>
Eigentlicher
Inhalt
</
p
>
</
body
>
</
html
>
HTML
;
This diff is collapsed.
Click to expand it.
src/Praktikum/Prak1/fahrer.php
+
18
−
0
View file @
ae347b62
<?php
echo
<<<
HTML
<!
DOCTYPE
html
>
<
html
lang
=
"de"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<!--
für
später
:
CSS
include
-->
<!--
<
link
rel
=
"stylesheet"
href
=
"XXX.css"
/>
-->
<!--
für
später
:
JavaScript
include
-->
<!--
<
script
src
=
"XXX.js"
></
script
>
-->
<
title
>
Text
des
Titels
</
title
>
</
head
>
<
body
>
<
p
>
Eigentlicher
Inhalt
</
p
>
</
body
>
</
html
>
HTML
;
This diff is collapsed.
Click to expand it.
src/Praktikum/Prak1/kunde.php
+
18
−
0
View file @
ae347b62
<?php
echo
<<<
HTML
<!
DOCTYPE
html
>
<
html
lang
=
"de"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<!--
für
später
:
CSS
include
-->
<!--
<
link
rel
=
"stylesheet"
href
=
"XXX.css"
/>
-->
<!--
für
später
:
JavaScript
include
-->
<!--
<
script
src
=
"XXX.js"
></
script
>
-->
<
title
>
Text
des
Titels
</
title
>
</
head
>
<
body
>
<
p
>
Eigentlicher
Inhalt
</
p
>
</
body
>
</
html
>
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