Skip to content

Commit

Permalink
Load CSS files from index
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Nov 20, 2023
1 parent 2699e54 commit ee0a58c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions css/style.css

This file was deleted.

12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>CSS Starter</title>
<link rel="stylesheet" href="./css/style.css">

<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/theme.css">
<link rel="stylesheet" href="./css/typography.css">
<link rel="stylesheet" href="./css/layout.css">
<link rel="stylesheet" href="./css/menu.css">
<link rel="stylesheet" href="./css/forms.css">
<link rel="stylesheet" href="./css/buttons.css">
<link rel="stylesheet" href="./css/tables.css">
<link rel="stylesheet" href="./css/modals.css">

<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml"/>
</head>
<body>
Expand Down

0 comments on commit ee0a58c

Please sign in to comment.