-
Notifications
You must be signed in to change notification settings - Fork 4
/
raw.html
executable file
·70 lines (52 loc) · 2.23 KB
/
raw.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300' rel='stylesheet' type='text/css'> -->
<link href='https://fonts.googleapis.com/css?family=Raleway:100,300' rel='stylesheet' type='text/css'>
<meta name="description" content="DAVIS, Densely Annotated VIdeo Segmentation">
<title>DAVIS: Densely Annotated VIdeo Segmentation</title>
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/layouts/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/layouts/side-menu.css">
<!--<![endif]-->
<!--Includes-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
<body>
<div id="layout">
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<!-- Hamburger icon -->
<span></span>
</a>
<div id="menu">
<div class="pure-menu">
<span class="pure-menu-heading" style="border-bottom: 1px solid;">DAVIS</span>
<ul class="pure-menu-list">
<li><a class="pure-menu-link pure-menu-selected">Home</a></li>
<li><a href="soa_compare.php" class="pure-menu-link">Benchmark</a></li>
<li><a href="browse.php" class="pure-menu-link">Explore</a></li>
<li style="border-bottom: 1px solid;"><a href="davis2016/code.html" class="pure-menu-link">Download</a></li>
<li><a href="challenge2017/index.html" class="pure-menu-link">Challenge 2017</a></li>
<li><a href="challenge2018/index.html" class="pure-menu-link">Challenge 2018</a></li>
<li><a href="challenge2019/index.html" class="pure-menu-link">Challenge 2019</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>Title</h1>
<h2>Subtitle</h2>
</div>
<div class="content">
</div>
</div>
</div>
<script src="js/ui.js"></script>
</body>
</html>