-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.html
22 lines (22 loc) · 952 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>AutoGrader</title>
<link href="css/icon.css" rel="stylesheet" type="text/css">
<link href="css/material.min.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<nav class=".mdl-color--cyan" role="navigation" style="position:fixed; z-index: 1000">
<div class="some some">
<a id="some some" href="/" class="mdl-layout-title">CS F213: Object Oriented Programming</a>
<ul id="some some nav-mobile" class="some some">
<li>
<a target="_blank" href="https://autolab.bits-goa.ac.in">GitLab</a>
</li>
</ul>
</div>
</nav>
</body>
</html>