Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk1001 committed Dec 13, 2024
1 parent ffa336b commit 97a634c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
};
</script>
<script src="/projects/monitor.js"></script>
</head>
<body>
<div id="overlay" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #eee8d7; z-index: 999;display: block;"></div>
Expand Down Expand Up @@ -644,6 +645,7 @@ <h4>Origami Works</h4>
</div>
</div>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" defer></script>
<script>
Expand All @@ -669,7 +671,6 @@ <h4>Origami Works</h4>
});
</script>
<script src="open.js" defer></script>
<script src="/projects/monitor.js" defer></script>
<script src="/projects/script.js" defer></script>

</body>
Expand Down

0 comments on commit 97a634c

Please sign in to comment.