Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit ca2c603

Browse files
committed
久しぶりにロゴ等を追加。
1 parent a572146 commit ca2c603

39 files changed

+4022
-1744
lines changed

image/The-Infinite.svg

Lines changed: 38 additions & 0 deletions
Loading

layout/image/hamburger/open.svg

Lines changed: 16 additions & 51 deletions
Loading

layout/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var layout_main = function () {
2828
]);
2929
var infinity_logo = document.createElement("img");
3030
infinity_logo.className = "logo the-inf-icon";
31-
var The_Infinitys_logo_src = "/image/The-Infinitys.webp";
31+
var The_Infinitys_logo_src = "/image/The-Infinite.svg";
3232
htmlAttributes(infinity_logo, [
3333
{
3434
name: "src",

layout/script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const layout_main: Function = () => {
3535
]);
3636
const infinity_logo: HTMLElement = document.createElement("img");
3737
infinity_logo.className = "logo the-inf-icon";
38-
const The_Infinitys_logo_src: string = "/image/The-Infinitys.webp";
38+
const The_Infinitys_logo_src: string = "/image/The-Infinite.svg";
3939
htmlAttributes(infinity_logo, [
4040
{
4141
name: "src",

node_modules/.package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/typescript/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)