Skip to content

Commit

Permalink
rename styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnajac committed Nov 13, 2024
1 parent 5891492 commit f3f80f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/styles.min.css" rel="stylesheet" />
<link href="assets/css/my-styles.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navbar -->
Expand Down Expand Up @@ -222,5 +222,6 @@ <h2>Contact Us</h2>
<script>
initializePubMedSection("Teresa Palomero", "publications-section");
</script>
<!-- TODO: Generate publication list for each lab member -->
</body>
</html>

0 comments on commit f3f80f0

Please sign in to comment.