move tailwind to be local
This commit is contained in:
parent
98711948b6
commit
9c74f41022
62
src/main/resources/static/tailwindcss.js
Normal file
62
src/main/resources/static/tailwindcss.js
Normal file
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
<title>Paste</title>
|
||||
|
||||
<!-- TailwindCSS -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="/static/tailwindcss.js"></script>
|
||||
|
||||
<!-- Toastify -->
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
||||
|
@ -12,7 +12,7 @@
|
||||
<meta content="Click to view the Paste." property="og:description" />
|
||||
|
||||
<!-- TailwindCSS -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="/static/tailwindcss.js"></script>
|
||||
|
||||
<!-- Highlight.js -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
|
||||
|
Reference in New Issue
Block a user