-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 897 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<style id="webmakerstyle">
h1 {
font-size: 20px;
color:white;
text-align: center;
}
.blockScreen-svg {
display: flex;
margin: 0 auto;
text-align: center;
}
p {
font-size: 14px;
font-family: "Lucida Console", "Courier New", monospace;
color:White;
text-align:center
}
body {
background: linear-gradient(to bottom, #444652, #28282E);
font: 14px/1.3 "Roboto", Arial, sans-serif;
min-height: 100%;
min-height: 100vh;
width: 100%;
}
</style>
</head>
<body>
<h1>Restricted Pages Example</h1>
<p>Welcome To restricted pages example on links will be a restricted-</p>
<p>Example Of html docs please note that this took me-</p> <p>a long time to code the CSS and html</p>
<script src="filesystem:chrome-extension://lkfkkhfhhdkiemehlpkgjeojomhpccnh/temporary/script.js">
</script>
</body>
</html>