added Dockerfile, fixed css ids
This commit is contained in:
@@ -3,7 +3,8 @@ label {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#login form {
|
||||
#login form,
|
||||
#register form{
|
||||
width: 450px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<script src="js"></script>
|
||||
<link rel="stylesheet" href="css" />
|
||||
</head>
|
||||
<body>
|
||||
<body id="register">
|
||||
«navigation()»
|
||||
«userinfo()»
|
||||
<h1>Widerhall user registration</h1>
|
||||
|
||||
Reference in New Issue
Block a user