generated from linkd1/linkd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
suggest.html
78 lines (70 loc) · 2.56 KB
/
suggest.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
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/x-icon" href="./misc-files/LINKD.png" />
<meta content="LINK-D" property="og:title" />
<meta content="The go-to website for fun at school." property="og:description" />
<meta content="https://linkd.w3spaces.com" property="og:url" />
<meta content="./misc-files/LINKD-large.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<head>
<style>
body {
background-image: url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1742&q=80); /* The image used for background*/
background-repeat: no-repeat; /* Do not repeat the image */
background-position: center; /* Center the image */
background-size: cover; /* Resize the background image to cover the entire container */
background-color: #09325c;
font-family: Arial, sans-serif;
color: lightblue;
text-align: center;
}
a {
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: lightblue;
}
a {
font-size: 20px;
}
p {
font-size: 20px;
}
.column {
display: inline-block;
width: 20%;
vertical-align: top;
padding: 20px;
box-sizing: border-box;
}
.back-btn {
background-color: #4CAF50;
color: white;
border: 5px black;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin-top: 10px;
margin-left: 10px;
cursor: pointer;
}
.back-btn:hover {
background-color: #3e8e41;
}
</style>
<title>LINK-D Suggestions</title>
</head>
<body><center><div style="position:absolute; background-color:black; width:100%; height:100px;"><a href="https://classroom.google.com/" target="_blank" class="back-btn">PANIC BUTTON</a><br><p style="color:lightblue;">Click panic button if someone is nearby, so you do not get in trouble.</p></div></center>
<br><br><br><br><br><br><br><br>
<a class="back-btn" href="index.html">
Back
</a><br><h1>Suggest things here!</h1><br>
<h3>REFRESH THIS PAGE IF IT SHOWS ALL NAMES AS BLUE IN THE CHAT</h3>
<br><br>
<iframe width="440" height="757" style="border: 0px;" src="https://studio.code.org/projects/gamelab/8r2ZoSUqjUkuXVyNyt_BUHqqoxNa1QHVV15GUMhAPsk/embed?nosource"></iframe> <h6>pls</h6>
</center></body>
</html>