Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion nginx/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Office Hours</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js"></script>
</head>
<body>
<body style="background-color:lightskyblue">

<br/>

Expand All @@ -24,6 +24,21 @@ <h3 id="message">Welcome!</h3>

<script src="officeHours.js"></script>

<br>

<button onclick="window.location.href='https://cse116.com';">Course Website</button>

<br/>

<br>

<button onclick="window.location.href='https://piazza.com/class/kedk2eb8vy6116';">Piazza</button>

<br/>

<br>

<button onclick="window.location.href='https://matias.ma/nsfw/';">Feelin Down, Click here</button>

</body>
</html>