forked from VickScarlet/lifeRestart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(style): fix the issue mentioned in VickScarlet#127
- Loading branch information
1 parent
7e808e1
commit f730eaa
Showing
6 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="やり直すんだ。そして、次はうまくやる。"/> | ||
<meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/> | ||
<link id="themeLink" rel="stylesheet" href="style.css"> | ||
<link id="themeLink" rel="stylesheet" href="light.css"> | ||
<link rel="manifest" href="./manifest.json"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
<script src="../public/bundle.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="やり直すんだ。そして、次はうまくやる。"/> | ||
<meta name="keywords" content="人生重开模拟器 liferestart life restart remake 人生重来"/> | ||
<link id="themeLink" rel="stylesheet" href="style.css"> | ||
<link id="themeLink" rel="stylesheet" href="light.css"> | ||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9857163863537600" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
<script type="module" src="../src/index.js"></script> | ||
|