Skip to content
Snippets Groups Projects
Commit 6bf7553c authored by Robert Yvon Yonke's avatar Robert Yvon Yonke
Browse files

neues Titel neuer Ueberschrift

parent 18dc6034
Branches
2 merge requests!71Changed todo und add jscs,gitlab-ci.yml,!37Updated todo
......@@ -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>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment