Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
mkdir out
cp demo.html out/index.html
cp favicon.svg out/
cp primeicons.css out/
cp -R demo-files fonts out/
- uses: actions/configure-pages@v6
Expand Down
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Mantle Icons</title>
<meta name="description" content="Browse the Mantle Icons library.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="primeicons.css"></head>
<body>
Expand Down
19 changes: 19 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading