Skip to content

Commit

Permalink
Merge pull request #448 from mirai-mamori/preview
Browse files Browse the repository at this point in the history
物語「ものがたり」 Chapter Ⅰ ~君が見た夢の物語~ Update
  • Loading branch information
mirai-mamori authored Feb 24, 2022
2 parents 64d8921 + 14480b4 commit 0f92fc0
Show file tree
Hide file tree
Showing 254 changed files with 20,236 additions and 10,797 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tempCodeRunnerFile.php
20 changes: 9 additions & 11 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
*/

?>
<html <?php language_attributes(); ?>>
<html <?php language_attributes();
add_action('wp_head',function(){
wp_dequeue_style('wp-block-library');
wp_dequeue_style('wp-block-library-theme');
wp_dequeue_style('entry-content');
},5);
?>>

<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="<?php echo iro_opt('favicon_link', ''); ?>" />
<link type="text/css" media="all" href="https://cdn.jsdelivr.net/gh/Fuukei/Public_Repository@latest/static/css/basic/404_lib.css" rel="stylesheet" />
<link rel="stylesheet" href="<?= $shared_lib_basepath ?>/css/404_lib.css" type="text/css" media="all"/>
<?php wp_head(); ?>
<?php
/* <script>
Expand Down Expand Up @@ -56,13 +62,5 @@ function httpGet(theUrl) {
</form>
</div>
</section>
<?php
$base_path = "";
if (iro_opt('local_application_library')) {
$base_path = get_template_directory_uri();
} else {
$base_path = 'https://cdn.jsdelivr.net/gh/mirai-mamori/Sakurairo@' . IRO_VERSION;
}
?>
<script src="<?php echo $base_path . '/js/anf.js' ?>" type="text/javascript"></script>
<script src="<?php echo $shared_lib_basepath . '/js/anf.js' ?>" type="text/javascript"></script>
</body>
311 changes: 0 additions & 311 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 0f92fc0

Please sign in to comment.