-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreq
115 lines (50 loc) · 1.75 KB
/
req
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Requirement:
Make a web program call “Text Replace”
let the user enter text first.
Make a button to let user download output as word file.
Make a button to let user download output as a PDF file.
Make a button to let the user download output data as a jpeg image file.
Make a button to let the user download the inputted data as a word file.
all download buttons must be working.
Make a button to let the user Reset data. A CSS pop up Asking user before reset data.
I need very beautiful, cool, modern CSS. Code must support github code, make css and html code inside one file.
Website must support desktop and mobile UI, interactive ui.
make code as simple as possible
You must generate and give me entire code
This web program lets user replace text and you must output one by one on each line automatically, output data inside the webpage, do not output data using html pop up.
treat uppercase and lowercase letters as the same
Follow table below
orginal text replace with
A A > Button Alpha
B B > Button Alpha
C C > Button Alpha
D D > Button Alpha
E E > exp
F F > Shift 7 > 5 ➡️ 2
G G Shift 7 > 8 ➡️ 3
H H Shift 7 > 1 ➡️ 2
I I > 數字1
J J > 數字 10:
K K > Shift 7 > 6 ➡️ 1
l L > 數字1
M M > Button Alpha
N N > Shift 7 > 1 ➡️ 3
O O > 數字 0
P P > Shift NPr button
Q Q > 數字 17:
R R > Shift 7 > 6 ➡️ 3
S S > 數字 5
T T > Shift 7 9 ➡️ 2
U U > Shift 7 4 ➡️ 1
V V > 數字 22:
W W > 數字 23:
X X > Button Alpha
Y Y > Button Alpha
Z Z > 數字 26:
______
For example, if user enters AAB,
the output should be like this with 3 different lines:
Thank you for using our program, there are a total of 3 lines output.
A > Button Alpha
A > Button Alpha
B > Button Alpha