Skip to content

Commit

Permalink
feat: add a proverbs insights index page
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwenmai committed Oct 6, 2024
1 parent 8aa4901 commit 44afc93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proverbs Insights</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif&family=Ma+Shan+Zheng&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<div class="container">
<h1>Proverbs Insights</h1>
<nav>
<a href="/languages/" class="category-button">Programming Languages</a>
<a href="/quotes/" class="category-button">Quotes</a>
</nav>
<div id="quoteDisplay" class="quote-card fade-in">
<p class="quote-text">Welcome to Proverbs Insights, a collection of wisdom from programming languages and great thinkers.</p>
</div>
</div>
<script src="/assets/js/script.js"></script>
</body>
</html>

0 comments on commit 44afc93

Please sign in to comment.