mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-05-10 22:14:30 +02:00
Feat(css) Split css into files
This commit is contained in:
parent
478befe00a
commit
04f10627a9
7 changed files with 550 additions and 2 deletions
14
index.html
14
index.html
|
@ -23,12 +23,22 @@
|
|||
<meta property="og:image:height" content="945">
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/logodark.svg">
|
||||
<title>RUX Pina Vetrano — DWT — Heaj</title>
|
||||
|
||||
<!-- CSS and Javascript -->
|
||||
<link rel="stylesheet" href="assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<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=Sora:wght@600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/css/normalize.css">
|
||||
<!-- <link rel="stylesheet" href="assets/css/style.css"> -->
|
||||
<link rel="stylesheet" href="assets/css/imports.css">
|
||||
<link rel="stylesheet" href="assets/css/style_hactarus.css">
|
||||
<link rel="stylesheet" media='prefers-color-scheme: dark' href="assets/css/dark_theme.css" />
|
||||
<link rel="stylesheet" media='prefers-color-scheme: light' href="assets/css/light_theme.css" />
|
||||
<!--
|
||||
<link rel="stylesheet" media='screen and (min-width: 750px)' href="assets/css/750_phone.css" />
|
||||
<link rel="stylesheet" media='screen and (min-width: 800px)' href="assets/css/800_tablet.css" />
|
||||
<link rel="stylesheet" media='screen and (max-width: 1024px)' href="assets/css/1024_pc.css" /> -->
|
||||
|
||||
<script src="assets/js/app.js" defer></script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue