Skip to content

Commit

Permalink
scriptsの非同期読み込み
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-pono committed Dec 28, 2021
1 parent b698d5b commit c62ae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CAwitter</title>
<script src="/scripts/main.js"></script>
<script src="/scripts/main.js" defer></script>
<link rel="stylesheet" href="/styles/main.css" />
</head>
<body>
Expand Down

0 comments on commit c62ae66

Please sign in to comment.