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

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>relative rotations</title> <title>relative rotations</title>
<link href="..\..\css\impress-common.css" rel="stylesheet" /> <link href="../../css/impress-common.css" rel="stylesheet" />
<style type="text/css" media="screen"> <style type="text/css" media="screen">
#overview { #overview {
background: none; background: none;

View File

@@ -22,7 +22,7 @@
<title>A Study in 3D Rotations| by Henrik Ingo @henrikingo</title> <title>A Study in 3D Rotations| by Henrik Ingo @henrikingo</title>
<meta name="description" content="Explore impress.js in 3D" /> <meta name="description" content="Explore impress.js in 3D" />
<meta name="author" content="Henrik Ingo" /> <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/3D-rotations.css" rel="stylesheet" /> <link href="css/3D-rotations.css" rel="stylesheet" />
</head> </head>

View File

@@ -34,7 +34,7 @@
<link rel="stylesheet" href="../../extras/mermaid/mermaid.forest.css"> <link rel="stylesheet" href="../../extras/mermaid/mermaid.forest.css">
<!-- This file contains common styles for example presentations. --> <!-- This file contains common styles for example presentations. -->
<link href="..\..\css\impress-common.css" rel="stylesheet" /> <link href="../../css/impress-common.css" rel="stylesheet" />
<!-- <!--
This file contains styles specific for this example presentation. This file contains styles specific for this example presentation.
--> -->

View File

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

View File

@@ -16,7 +16,7 @@
<link rel="stylesheet" href="../../extras/highlight/styles/github.css"> <link rel="stylesheet" href="../../extras/highlight/styles/github.css">
<!-- Common styles for example presentations --> <!-- Common styles for example presentations -->
<link href="..\..\css\impress-common.css" rel="stylesheet" /> <link href="../../css/impress-common.css" rel="stylesheet" />
<!-- <!--
Styles specific for this example presentation. Styles specific for this example presentation.
--> -->