Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nour, Arezou
git-project
Commits
bb6f9f7c
Commit
bb6f9f7c
authored
7 months ago
by
arezou
Browse files
Options
Downloads
Patches
Plain Diff
deleted folder test
parent
6a22c2c1
Loading
Loading
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+0
-0
0 additions, 0 deletions
README.md
register.html
+49
-0
49 additions, 0 deletions
register.html
test
+0
-1
0 additions, 1 deletion
test
with
49 additions
and
1 deletion
README.md
0 → 100644
+
0
−
0
View file @
bb6f9f7c
This diff is collapsed.
Click to expand it.
register.html
0 → 100644
+
49
−
0
View file @
bb6f9f7c
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<style>
input
[
type
=
text
]
{
width
:
50%
;
box-sizing
:
border-box
;
}
</style>
<body>
<body>
<h2>
registration
</h2>
<form>
<label
for=
"username"
>
username:
</label><br>
<input
type=
"text"
id=
"username"
name=
"username"
value=
""
><br>
<label
for=
"E-mail address"
>
E-mail address:
</label><br>
<input
type=
"text"
id=
"E-mail address"
name=
"E-mail address"
value=
""
><br>
<label
for=
"vorname"
>
vorname:
</label><br>
<input
type=
"text"
id=
"vorname"
name=
"vorname"
value=
""
><br>
<label
for=
"nachneme"
>
nachname
</label><br>
<input
type=
"text"
id=
"nachname"
name=
"nachname"
value=
""
><br><br>
<label
for=
"language"
>
Choose a language:
</label>
<select
name=
"language"
id=
" language"
>
<option
value=
"English"
>
English
</option>
<option
value=
"Deutsch"
>
Deutsch
</option>
</select><br><br>
<label
for=
"passwort"
>
passwort:
</label><br>
<input
type=
"text"
id=
"passwort"
name=
"passwort"
value=
""
><br>
<label
for=
"passwort confirmation"
>
passwort confirmation
</label><br>
<input
type=
"text"
name=
"passwrt comfirmation"
id=
" passwort comfirmation"
value=
""
><br><br>
</title>
</body>
</html>
<input
type=
"submit"
value=
"submit"
>
<input
type=
"submit"
value=
"cancel"
>
</form>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
test
@
637313c4
Subproject commit 637313c43d19631d4a2597bfabd9dc235bf9e128
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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