Skip to content

Commit

Permalink
feat: created a simple list pointing to our first presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Aug 1, 2024
1 parent e61c007 commit 7d3a0d4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
<!doctype html>
<html>
<head>
<title>Trixie</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>

<body>
<h1>Test index</h1>
<h1>Trixie's Supplemental Documentation</h1>
<h2>Presentations</h2>
<ul>
<li>
2024-07-19
<a href="BeAGoodClusterCitizen.html"
>Trixie: Be A Good Cluster Citizen</a
>
</li>
</ul>
</body>
</html>

0 comments on commit 7d3a0d4

Please sign in to comment.