css to prod
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
package.json
|
@ -1,3 +1,5 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Minecraft';
|
||||
src: url('https://fontmeme.com/fonts/minecraft-font/') format('truetype');
|
||||
|
1137
css/style_min.css
Normal file
1137
css/style_min.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,9 +6,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My-MC.Link - Free Minecraft Hosting</title>
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="./mc/css/style.css" rel="stylesheet">
|
||||
<link href="./mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="./mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<link rel="icon" href="https://minecraft.wiki/images/Favicon.png" type="image/png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
|
||||
<link href="./mc/css/style.css" rel="stylesheet">
|
||||
<link href="./mc/css/style_min.css" rel="stylesheet">
|
||||
<link href="./mc/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<style>
|
||||
@font-face {
|
||||
|
Reference in New Issue
Block a user