We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8a40 commit e8d67c0Copy full SHA for e8d67c0
1 file changed
repository.html
@@ -1 +1,23 @@
1
-repos of code and further escources
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <title>The Seaborne Lab | Muscle-Omics</title>
6
+ <link rel="stylesheet" href="style.css">
7
+</head>
8
+
9
+<body>
10
+ <div class="container">
11
12
+<!-- LEFT NAVIGATION -->
13
+ <nav class="nav">
14
+ <img width="370" height="132" alt="SeaborneLab2026" src="https://github.com/user-attachments/assets/22be22f9-9255-4734-9cda-6b31cdd7e662" />
15
+ <p>Muscle-Omics & Single Myofiber Biology</p>
16
17
+ <ol>
18
+ <li><a href="index.html">About</a></li>
19
+ <li><a href="research.html">Research</a></li>
20
+ <li><a href="people.html">People</a></li>
21
+ <li><a href="contact.html">Contact</a></li>
22
+ </ol>
23
+ </nav>
0 commit comments