Skip to content

Commit

Permalink
can get dist in
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Wohl committed Sep 2, 2024
1 parent 1a376c7 commit 45a04b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<title>reveal.js - Markdown Example</title>

<link rel="stylesheet" href="dist/reveal.css" />
<link rel="stylesheet" href="dist/theme/white.css" id="theme" />
<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="/plugin/highlight/monokai.css" />
</head>
<style>
.logo {
Expand Down

0 comments on commit 45a04b3

Please sign in to comment.