-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotice.html
More file actions
11 lines (11 loc) · 1.35 KB
/
notice.html
File metadata and controls
11 lines (11 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap">
</head>
<body style="width: 300px;height: 475px;color: whitesmoke;background-color: rgb(32, 32, 32);padding: 5px 15px;border-color: red;border-width: 7px;">
<h1 style="font-family: Lexend Deca;color: rgb(216, 73, 73);text-align: center;">Notice to all CCUSD users:</h1>
<p style="text-wrap-style: pretty;font-family: Lexend Deca;font-size: 14px;text-indent: 10px;text-align: center;">We are aware that most CCUSD (Culver City Unified School District) students cannot properly use most features of STL. This is because CCUSD computers cannot use or run JavaScript on Google Chrome. This disables all background service workers that allow features such as timers to work properly. We apologize for the inconvinience and are working on the issue.</p>
<h3 style="font-family: Lexend Deca;"><i><b>This issue may take several weeks to resolve.</b></i></h3>
<p style="text-wrap-style: pretty;font-family: Lexend Deca;font-size: 14px;text-indent: 10px;text-align: center;">Update: As of 3/31/2025, favoriting and the pomodoro timer do not work. These features can now be disabled and removed from your menu in settings.</p>
</body>