Skip to content

Commit

Permalink
fix(Doriandarko#232): add tailwind typography
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor committed Jan 29, 2025
1 parent 0a9e4b3 commit 487905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Claude Engineer v3</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<script src="https://unpkg.com/[email protected]/marked.min.js"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github.min.css">
Expand Down Expand Up @@ -104,4 +104,4 @@

<script src="{{ url_for('static', filename='js/chat.js') }}"></script>
</body>
</html>
</html>

0 comments on commit 487905c

Please sign in to comment.