home: move css files to style/

This commit is contained in:
2026-07-23 12:52:50 +01:00
parent 3a0ee27b6f
commit a8521ad139
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
<title>atom.town</title> <title>atom.town</title>
<link rel="preconnect" href="https://rsms.me/"> <link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/png" href="assets/logo_icon.png" /> <link rel="icon" type="image/png" href="assets/logo_icon.png" />
</head> </head>
<body> <body>
+2 -2
View File
@@ -5,8 +5,8 @@
<title>atom.town</title> <title>atom.town</title>
<link rel="preconnect" href="https://rsms.me/"> <link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/png" href="assets/logo_icon.png" /> <link rel="icon" type="image/png" href="assets/logo_icon.png" />
</head> </head>
<body> <body>