mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-18 20:41:33 +02:00
fix bad imports in examples, add codespell skip list to action
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||
<link rel="stylesheet" href="../dist/theme/black.css" id="theme" />
|
||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
||||
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
||||
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
||||
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||
</head>
|
||||
|
||||
<body style="background: #ddd">
|
||||
|
Reference in New Issue
Block a user