Skip to content

Commit

Permalink
ry html instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilliams720 committed Aug 22, 2024
1 parent 4c5f45b commit f1301ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Container Timing</title>
</head>
<body>
<h1>Container Timing Examples</h1>
<ol>
<li><a href="./examples/table/table.html">Table</a></li>
<li>
<a href="./examples/adding-content/index.html">dynamic content</a>
</li>
</ol>
</body>
</html>
8 changes: 0 additions & 8 deletions index.md

This file was deleted.

0 comments on commit f1301ad

Please sign in to comment.