Skip to content

Commit

Permalink
clean up index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
m-GDEV committed Dec 3, 2024
1 parent 6202a39 commit 59b8e9f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions WardrobeManager.Presentation/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,19 @@
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />

<!-- CSS/Styling -->
<!-- <script src="https://cdn.tailwindcss.com?plugins=typography"></script>-->
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" />-->

<link href="./css/tailwind.css" rel="stylesheet" type="text/css">
<link href="./css/custom.css" rel="stylesheet" type="text/css" />


<!-- JS -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

<script src="/js/miscFunctions.js"></script>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap"
rel="stylesheet" />

<!-- Custom JS -->
<script src="/js/miscFunctions.js"></script>
</head>

<body class="">
Expand Down

0 comments on commit 59b8e9f

Please sign in to comment.