Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9110fb

Browse files
committed
Fix demo paths
1 parentd9b2557 commitd9110fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎index.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ <h1>Counter Demo</h1>
1414
...and<ahref="#"diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051-15-15-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">15
15
</div>
1616
</div>
17-
<scriptsrc="node_modules/react/dist/react.js"></script>
18-
<scriptsrc="node_modules/react-dom/dist/react-dom.js"></script>
17+
<scriptsrc="node_modules/react/dist/react.min.js"></script>
18+
<scriptsrc="node_modules/react-dom/dist/react-dom.min.js"></script>
1919
<scriptsrc="dist/bundle.js"></script>
2020

21-
<linkrel="stylesheet"href="node_modules/zakalwe/zakalwe.css"/>
21+
<linkrel="stylesheet"href="node_modules/zakalwe/zakalwe.min.css"/>
2222
<style>
2323
.demo {
2424
display: flex;
@@ -87,7 +87,7 @@ <h1>Counter Demo</h1>
8787
<sectionclass="container copyright">
8888
Another unrepentant production from
8989
<ahref="https://rjzaworski.com">rj zaworski</a>
90-
&middot;<ahref="https://github.com/rjz/typescript-react-redux">source code</a>
90+
&middot;<ahref="https://github.com/rjz/typescript-react-redux">source</a>
9191
<!-- :^) -->
9292
</section>
9393
</footer>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp