This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
66 lines (63 loc) · 5.38 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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>
<body>
<div id="root">
<div class="MuiGrid-root css-rfnosa">
<div class="flex items-center justify-center h-screen MuiBox-root css-0">
<div
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation10 p-10 w-[280] css-p5vlqu">
<div class="flex flex-col items-center MuiBox-root css-0">
<div class="p-5 rounded-full bg-green-500 mb-10 MuiBox-root css-0"><svg
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false"
aria-hidden="true" viewBox="0 0 24 24" data-testid="LockOutlinedIcon">
<path
d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2M9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9zm9 14H6V10h12zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2">
</path>
</svg></div>
<form>
<div class="MuiFormControl-root MuiTextField-root css-i44wyl" style="width: 100%;"><label
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard css-348fk2"
data-shrink="true" for="username" id="username-label">Username</label>
<div
class="MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-colorPrimary MuiInputBase-formControl css-jcincl">
<input aria-invalid="false" id="username" type="text"
class="MuiInputBase-input MuiInput-input css-mnn31" value="84b5e5e6aec116">
</div>
</div>
<div class="MuiFormControl-root MuiTextField-root css-i44wyl" style="width: 100%;"><label
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard css-348fk2"
data-shrink="true" for="password" id="password-label">Password</label>
<div
class="MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-colorPrimary MuiInputBase-formControl css-jcincl">
<input aria-invalid="false" id="password" type="password"
class="MuiInputBase-input MuiInput-input css-mnn31" value="84b5e5e6aec116">
</div>
</div>
<div class="MuiFormControl-root MuiTextField-root css-i44wyl" style="width: 100%;"><label
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-standard css-348fk2"
data-shrink="true" for="repeat_password" id="repeat_password-label">Repeat
Password</label>
<div
class="MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-colorPrimary MuiInputBase-formControl css-jcincl">
<input aria-invalid="false" id="repeat_password" type="password"
class="MuiInputBase-input MuiInput-input css-mnn31" value="84b5e5e6aec116">
</div>
</div><button
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButton-colorPrimary css-1hw9j7s"
tabindex="0" type="submit" style="width: 100%; margin-top: 20px;">Register<span
class="MuiTouchRipple-root css-w0pj6f"></span></button>
</form>
<div class="p-5 MuiBox-root css-0">Already have an account? <a class="text-blue-500"
href="/login">Log In</a> instead.</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>