Skip to content

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Apr 24, 2024
1 parent d3c0839 commit ecd3741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta property=og:type content=website>
<meta property=og:title content=EEWBot>
<meta property=og:site_name content=EEWBot>
<meta property=og:image content=https://eewbot.net/imgs/eewbot.ogp.png?RESOURCES_VERSION>
<meta property=og:image content=https://eewbot.net/imgs/ogp.png?RESOURCES_VERSION>
<meta name=twitter:card content=summary_large_image>
<link rel=icon href=/imgs/eewbot.png?RESOURCES_VERSION>
<link rel=icon href=/imgs/icon.png?RESOURCES_VERSION>
<title>EEWBot</title>
<link rel=stylesheet href=style.css>
</head>
<body>
<header>
<a href=/><img src=imgs/eewbot.png?RESOURCES_VERSION></a><a href=/>EEWBot</a>
<a href=/><img src=imgs/icon.png?RESOURCES_VERSION></a><a href=/>EEWBot</a>
</header>
<main>
<div class=container>
Expand Down

0 comments on commit ecd3741

Please sign in to comment.