Skip to content
Snippets Groups Projects
Commit 52f1665d authored by Laura Kutter's avatar Laura Kutter
Browse files

Merge branch 'registration' into 'main'

added registration

See merge request !25
parents 73ab66ac afdcb5e3
No related branches found
No related tags found
1 merge request!25added registration
No preview for this file type
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -6,10 +6,16 @@ ...@@ -6,10 +6,16 @@
<link rel="icon" href="../static/robot01_schwarz.png"> <link rel="icon" href="../static/robot01_schwarz.png">
</head> </head>
<body style="font-family: Courier New;"> <body style="font-family: Courier New;">
<div class="container"> <nav>
<img src="../static/robot01.png" style="width:60px; height: auto" align="left"> <img src="../static/robot01.png" style="width:60px; height: auto" align="left">
<name align="left"><font size="8"><b>GROWBOT</b></font></name> <name align="left"><font size="8"><b>GROWBOT</b></font></name>
<ul>
<li><a href="signup">Registrierung</a></li>
</ul>
<hr color=white>
</nav>
<div class="container">
<form style="padding-left: 38%; padding-right: 38%" action="" method="post"> <form style="padding-left: 38%; padding-right: 38%" action="" method="post">
<h1 style="margin-top: 120px;"align="left">LOGIN</h1> <h1 style="margin-top: 120px;"align="left">LOGIN</h1>
<p> <label for="fname">BENUTZERNAME</label> <p> <label for="fname">BENUTZERNAME</label>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
<div class="container"> <div class="container">
<img src="../static/robot01.png" style="width:60px; height: auto" align="left"> <img src="../static/robot01.png" style="width:60px; height: auto" align="left">
<name align="left"><font size="8"><b>GROWBOT</b></font></name> <name align="left"><font size="8"><b>GROWBOT</b></font></name>
<form style="padding-left: 38%; padding-right: 38%" action="" method="post"> <form style="padding-left: 38%; padding-right: 38%" action="" method="post">
<h1 style="margin-top: 120px;"align="left">REGISTER</h1> <h1 style="margin-top: 120px;"align="left">REGISTER</h1>
<p> <label for="fname">BENUTZERNAME</label> <p> <label for="fname">BENUTZERNAME</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment