Replace backslashes by slashes in href to CSS (#828)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
-->
|
-->
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user