Skip to content

Commit e72223a

Browse files
authored
Update index.html
1 parent e13207b commit e72223a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/calico/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<html>
88

99
<head>
10+
{% include head.html %}
1011
<meta charset="utf-8">
1112
<meta name="description" content="CALICO: Part-Focused Semantic Co-Segmentation with Large Vision-Language Models">
1213
<meta name="keywords" content="part segmentation, part co-segmentation">
@@ -29,8 +30,10 @@
2930
<script src="./static/js/bulma-slider.min.js"></script>
3031
<script src="./static/js/index.js"></script>
3132
</head>
32-
33+
3334
<body>
35+
{% include header.html %}
36+
{% include navbar.html %}
3437
<section class="hero">
3538
<div class="hero-body">
3639
<div class="container is-max-desktop">
@@ -442,6 +445,7 @@ <h2 class="title">BibTeX</h2>
442445
</div>
443446
</div>
444447
</footer>
448+
{% include footer.html %}
445449
</body>
446450

447451
</html>

0 commit comments

Comments
 (0)