-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemo.html
More file actions
executable file
·48 lines (43 loc) · 2.35 KB
/
demo.html
File metadata and controls
executable file
·48 lines (43 loc) · 2.35 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mobistudy Demo page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/ico" href="img/favicon.ico">
</head>
<body>
<div style="text-align: center;">
In this demo you can only login or register a new user with email: "jameson@test.test" and password "moon
landing".
</div>
<div style="text-align: center;">
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="720" viewBox="0 0 500 730">
<defs id="defs2">
<linearGradient id="linearGradient3719">
<stop style="stop-color:#666666;stop-opacity:1" offset="0" id="stop3715" />
<stop id="stop3725" offset="0.08058813" style="stop-color:#f3f3f3;stop-opacity:1;" />
<stop id="stop3723" offset="0.90476203" style="stop-color:#ffffff;stop-opacity:1" />
<stop style="stop-color:#f2f2f2;stop-opacity:0;" offset="1" id="stop3717" />
</linearGradient>
<linearGradient xlink:href="#linearGradient3719" id="linearGradient3721" x1="109.84773" y1="45.198696"
x2="129.29164" y2="45.131882" gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.9876188,0,0,4.9876188,-528.78249,-28.604541)" />
</defs>
<g id="layer1">
<rect id="rect10" width="400" height="680" x="0" y="0" style="stroke-width:1.31964076" ry="20" />
<!-- <rect style="fill:url(#linearGradient3721);fill-opacity:1;stroke:none;stroke-width:1.39279819"
id="rect20" width="85.314461" height="135" x="23" y="133.67665" ry="4.8318419">
</rect> -->
<foreignObject width="350" height="600" x="23" y="40">
<iframe src="./demo/index.html"
style="width:350px; height:600px; border:none; background: #FFFFFF;"></iframe>
</foreignObject>
<!-- <circle style="fill:#f2f2f2;stroke:none;stroke-width:1.31964076" id="path22" cx="200" cy="640" r="26" /> -->
<rect style="fill:#f2f2f2;stroke:none;stroke-width:1.31964076" id="rect24" width="100" height="15"
x="150" y="10" ry="8" />
</g>
</svg>
</div>
</body>
</html>