core: reorganize some pieces for the future #10

Merged
Trianta merged 4 commits from reorganize into main 2024-11-16 19:12:30 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f725b4e922 - Show all commits

View File

@ -14,9 +14,9 @@ RUN npm run build
WORKDIR /usr/share/nginx/html
COPY index.html .
COPY default.css .
RUN mkdir -p /usr/share/nginx/html/public
COPY src/*.css ./public
RUN cp /app/build/* ./public

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>Trianta</title>
<link rel="stylesheet" href="public/home.css" />
<link rel="stylesheet" href="default.css" />
</head>
<body>
<div id="navigation">