Skip to content

Commit

Permalink
Move assets folder inside doc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yadav committed Sep 15, 2019
1 parent 8672d2a commit 7059e08
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<title>Radial Indicator</title>
<link rel="stylesheet" type="text/css" href="theme.css">
<link rel="stylesheet" type="text/css" href="/assets/highlights/styles/atom-one-dark.css">
<link rel="stylesheet" type="text/css" href="assets/highlights/styles/atom-one-dark.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="/assets/highlights/highlight.pack.js"></script>
<script src="assets/highlights/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="module" src="./radialIndicatorExamples.js"></script>
</head>
Expand Down

0 comments on commit 7059e08

Please sign in to comment.