Replace backslashes by slashes in href to CSS (#828)

This commit is contained in:
Falco Nogatz
2022-12-12 02:03:49 +01:00
committed by GitHub
parent b572362c3a
commit 64d66bf77f
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<title>Cube | Explore impress.js in 3D | by Henrik Ingo @henrikingo</title>
<meta name="description" content="Explore impress.js in 3D" />
<meta name="author" content="Henrik Ingo" />
<link href="..\..\css\impress-common.css" rel="stylesheet" />
<link href="../../css/impress-common.css" rel="stylesheet" />
<link href="css/cube.css" rel="stylesheet" />
</head>