Skip to content

Commit

Permalink
Load Nextcloud server css files remotely from Github in index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 20, 2022
1 parent 584491f commit 299462a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/dist/style.css" />
<style>
@import url('https://nextcloud.github.io/server/apps/theming/css/default.css');
@import url('https://nextcloud.github.io/server/core/css/server.css');
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test the package</title>
</head>
Expand Down

0 comments on commit 299462a

Please sign in to comment.