-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen.html
114 lines (90 loc) · 5.51 KB
/
screen.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
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
112
113
114
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/logo.png" type="image/x-icon">
<meta name="description" content="">
<title>Screen Monitor</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/animatecss/animate.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link href="assets/fonts/style.css" rel="stylesheet">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"></noscript>
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section data-bs-version="5.1" class="features23 cid-t0TTRKq7KZ" id="features24-c">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12">
<div class="card-wrapper mb-4">
<div class="card-box align-center">
<h4 class="card-title mbr-fonts-style mb-4 display-2">
<strong>Steps to Screen Monitor</strong></h4>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="item first mbr-flex p-4">
<div class="icon-wrap w-100">
<div class="icon-box">
<span class="step-number mbr-fonts-style display-5">1</span>
</div>
</div>
<div class="text-box">
<h4 class="icon-title card-title mbr-black mbr-fonts-style display-7">
<strong>Connect over same wifi</strong></h4>
</div>
</div>
<!-- <span mbr-icon class="mbr-iconfont mobi-mbri-devices mobi-mbri"></span> -->
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="item mbr-flex p-4">
<div class="icon-wrap w-100">
<div class="icon-box">
<span class="step-number mbr-fonts-style display-5">2</span>
</div>
</div>
<div class="text-box">
<h4 class="icon-title card-title mbr-black mbr-fonts-style display-7">
<strong>open ScreenCurb on your pc and start parent control</strong></h4>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="item mbr-flex p-4">
<div class="icon-wrap w-100">
<div class="icon-box">
<span class="step-number mbr-fonts-style display-5">3</span>
</div>
</div>
<div class="text-box">
<h4 class="icon-title card-title mbr-black mbr-fonts-style display-7">
<strong>click on show screen below</strong></h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="content11 cid-t0TUnmamtZ" id="content11-d">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-12">
<div class="mbr-section-btn align-center"><a class="btn btn-primary-outline display-4" href="http://192.168.0.119:5000/">SHOW SCREEN</a></div>
</div>
</div>
</div>
</section>
<section style="display:none!important; background-color: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif; color:#aaa; font-size:12px; padding: 0; align-items: center; display: flex;"><a href="https://mobirise.site/d" style="flex: 1 1; height: 3rem; padding-left: 1rem;"></a><p style="flex: 0 0 auto; margin:0; padding-right:1rem;">Mobirise website creator - <a href="https://mobirise.site/o" style="color:#aaa;">Check it</a></p></section><script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/smoothscroll/smooth-scroll.js"></script> <script src="assets/ytplayer/index.js"></script> <script src="assets/dropdown/js/navbar-dropdown.js"></script> <script src="assets/theme/js/script.js"></script>
<input name="animation" type="hidden">
</body>
</html>