css fix
This commit is contained in:
parent
f16c0181fa
commit
66d52b5d03
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ import BashSlides from "../components/react/Bash.jsx";
|
||||||
---
|
---
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head> </head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="bash/dist/reset.css" />
|
||||||
|
<link rel="stylesheet" href="bash/dist/reveal.css" />
|
||||||
|
<link rel="stylesheet" href="bash/dist/theme/blood.css" /></head
|
||||||
|
>
|
||||||
<body>
|
<body>
|
||||||
<BashSlides />
|
<BashSlides />
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue