Skip to content

Commit

Permalink
change the nodecloud page
Browse files Browse the repository at this point in the history
  • Loading branch information
zishengye committed Sep 5, 2024
1 parent 3d84103 commit d8f7f83
Showing 1 changed file with 13 additions and 27 deletions.
40 changes: 13 additions & 27 deletions nodecloud.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,14 @@
<!DOCTYPE html>
<html lang="eu">

<body>
<div id="header-placeholder"></div>

<div id="research header" class="topnav">
<a href="index.md">Home</a>
<a href="research.md">Research</a>
<a href="publications.md">Publications</a>
<a class="active" href="nodecloud.md">NodeCloud</a>
<div class="topnav-right">
<a href="https://scholar.google.com/citations?user=s1i_KkgAAAAJ&hl=en">Google Scholar</a>
<a href="contact.md">Contact</a>
</div>
---
layout: default
---

<div id="research header" class="topnav">
<a href="index.md">Home</a>
<a href="research.md">Research</a>
<a href="publications.md">Publications</a>
<a class="active" href="nodecloud.md">NodeCloud</a>
<div class="topnav-right">
<a href="https://scholar.google.com/citations?user=s1i_KkgAAAAJ&hl=en">Google Scholar</a>
<a href="contact.md">Contact</a>
</div>

<!-- JavaScript to load the header -->
<script>
fetch('header.html')
.then(response => response.text())
.then(data => {
document.getElementById('header-placeholder').innerHTML = data;
});
</script>
</body>

</html>
</div>

0 comments on commit d8f7f83

Please sign in to comment.