Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
swt-ss2017
gitlab-example
Commits
d74df337
Commit
d74df337
authored
May 11, 2017
by
Ayan Mirza
Browse files
Titeländerung, Farbenfroher gestaltet
parent
8677cf59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/todo.html
View file @
d74df337
...
...
@@ -2,14 +2,14 @@
<html
lang=
"de"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Todo
!
</title>
<title>
Meine erste App
!
</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>
Meine erste App
!
</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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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