Skip to content

Commit

Permalink
test the static loading
Browse files Browse the repository at this point in the history
  • Loading branch information
zishengye committed Sep 5, 2024
1 parent 278966b commit 5f67b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
5 changes: 2 additions & 3 deletions header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- header.html -->

<head>
<style>
.venue {
Expand All @@ -13,7 +11,8 @@
</style>

<meta charset="UTF-8">
<title>Bridge Physics &amp; Data At Scale</title>
<link rel="icon" href="resources/logo.png">

<script src="script/head.js"></script>
<link rel="stylesheet" href="css/default.css">
</head>
13 changes: 2 additions & 11 deletions research.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="eu">

<body>
<div id="header-placeholder"></div>
<!--#include file="header.html" -->

<body>
<div id="research header" class="topnav">
<a href="index.html">Home</a>
<a class="active" href="research.html">Research</a>
Expand Down Expand Up @@ -64,13 +64,4 @@ <h2> Quantum Acceleration </h2>

<a href="https://github.com/zishengye/qtop">code</a>|<a
href="https://ieeexplore.ieee.org/abstract/document/10099425/">paper</a>

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

0 comments on commit 5f67b9d

Please sign in to comment.