-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
ic-get-schedule.html
46 lines (44 loc) · 1.59 KB
/
ic-get-schedule.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
<!doctype html>
<html>
<head>
<title>egg tarts</title>
<meta charset="utf-8" />
<meta name="description" content="join https://discord.gg/hq64nRE NOW."/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #1b1b1d;
margin: 0;
padding: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: white;
}
div {
width: 600px;
margin: 5em auto;
padding: 2em;
background-color: #2c2c2f;
border-radius: 0.5em;
box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.2);
}
a:link, a:visited {
color: #9ba9ea;
text-decoration: none;
}
@media (max-width: 700px) {
div {
margin: 0 auto;
width: auto;
}
}
</style>
</head>
<body>
<div>
<h1>Is inspect element disabled for you?</h1>
<p>Drag <strong><a href="javascript:void (document.head.appendChild(document.createElement('script')).src = 'https://sheeptester.github.io/hello-world/ic-get-schedule.js')">this link</a></strong> into your bookmarks bar. Then sign in to <a href="https://pausdca.infinitecampus.org/campus/portal/paloalto.jsp">Infinite Campus</a> and click the link in the bookmarks bar.</p>
<!-- <p>If you're a Gunn student, join the <strong><a href="https://discord.gg/hq64nRE">Gunn Discord server</a></strong>.</p> -->
</div>
</body>
</html>