Skip to content

Commit

Permalink
Merge pull request #77 from SpartaEnergizerTeam/develop
Browse files Browse the repository at this point in the history
main into develop
  • Loading branch information
1eeyerin committed May 9, 2024
2 parents 64c77b2 + cc6d98a commit bc57214
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="./js/swiper-bundle.min.js"></script>
<script src="./js/theme.js"></script>
<script defer src="./js/common.js" type="module"></script>
<script defer src="./js/index.js" type="module"></script>
<script defer src="./js/popup.js"></script>
<script src="./js/common.js" type="module"></script>
<script src="./js/index.js" type="module"></script>
<script src="./js/popup.js"></script>
</head>
<body>
<div class="popup-back" id="popup_back">
Expand Down
6 changes: 3 additions & 3 deletions page/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<link rel="stylesheet" href="../css/page/review.css"/>
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css" />
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/detail.js" type="module"></script>
<script defer src="../js/page/review/index.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/detail.js" type="module"></script>
<script src="../js/page/review/index.js" type="module"></script>
</head>
<div id="loaderWrap"><div id="loader"></div></div>
<body>
Expand Down
4 changes: 2 additions & 2 deletions page/nowplaying.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" href="../css/page/subpage.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/subpage.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/subpage.js" type="module"></script>
</head>
<body id="nowPlayingPage">
<header>
Expand Down
4 changes: 2 additions & 2 deletions page/popular.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" href="../css/page/subpage.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/subpage.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/subpage.js" type="module"></script>
</head>
<body id="popularPage">
<header>
Expand Down
4 changes: 2 additions & 2 deletions page/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link rel="stylesheet" href="../css/common.css" />
<link rel="stylesheet" href="../css/page/profile.css" />
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/profile.js"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/profile.js"></script>
</head>
<body>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions page/search-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="stylesheet" href="../css/page/search-result.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/searchList.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/searchList.js" type="module"></script>
</head>
<body>
<header>
Expand Down
4 changes: 2 additions & 2 deletions page/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/swiper-bundle.min.js"></script>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/searchMain.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/searchMain.js" type="module"></script>
</head>
<body>
<header>
Expand Down
4 changes: 2 additions & 2 deletions page/top20.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" href="../css/page/subpage.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/subpage.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/subpage.js" type="module"></script>
</head>
<body id="topPage">
<header>
Expand Down
4 changes: 2 additions & 2 deletions page/upcoming.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<link rel="stylesheet" href="../css/page/subpage.css" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard-dynamic-subset.min.css"/>
<script src="../js/theme.js"></script>
<script defer src="../js/common.js" type="module"></script>
<script defer src="../js/page/subpage.js" type="module"></script>
<script src="../js/common.js" type="module"></script>
<script src="../js/page/subpage.js" type="module"></script>
</head>
<body id="upcomingPage">
<header>
Expand Down

0 comments on commit bc57214

Please sign in to comment.