Skip to content

Commit

Permalink
Tailwind CDN added
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Dec 4, 2023
1 parent 3aa70bb commit b1ee0fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/general.css') }}"
/>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📜</text></svg>"
Expand All @@ -32,5 +28,6 @@
rel="stylesheet"
href="{{ url_for('static', filename='css/editor.css') }}"
/>
<script src="https://cdn.tailwindcss.com"></script>
</body>
</html>

0 comments on commit b1ee0fc

Please sign in to comment.