Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-example
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
swt-ss2017
gitlab-example
Commits
6bf7553c
Commit
6bf7553c
authored
7 years ago
by
Robert Yvon Yonke
Browse files
Options
Downloads
Patches
Plain Diff
neues Titel neuer Ueberschrift
parent
18dc6034
Branches
Branches containing commit
2 merge requests
!71
Changed todo und add jscs,gitlab-ci.yml
,
!37
Updated todo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/todo.html
+3
-3
3 additions, 3 deletions
src/todo.html
with
3 additions
and
3 deletions
src/todo.html
+
3
−
3
View file @
6bf7553c
...
...
@@ -2,14 +2,14 @@
<html
lang=
"de"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Todo
!
</title>
<title>
Formular
!
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"style.css"
>
<script
src=
"todo.js"
></script>
</head>
<body>
<div
id=
"page"
>
<div
class=
"page-title box-sizing"
><h1>
Todo
!
</h1></div>
<div
class=
"page-title box-sizing"
><h1>
MyFormular
!
</h1></div>
<div
id=
"form"
class=
"component box box-sizing"
>
<div><input
id=
"title"
class=
"box-sizing"
type=
"text"
placeholder=
"Titel"
/></div>
<div
id=
"textAreaContainer"
><textarea
id=
"description"
class=
"box-sizing"
cols=
"40"
rows=
"10"
placeholder=
"Beschreibung"
></textarea></div>
...
...
@@ -19,4 +19,4 @@
</div>
</body>
</html>
\ No newline at end of file
</html>
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment