Skip to content

Commit

Permalink
Refactor HTML to add Open Graph meta tags for social sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
bamcasa committed Oct 14, 2024
1 parent 1de6734 commit 43f0058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added images/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
<link rel="stylesheet" href="styles.css">
<title>모여톤</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">

<meta property="og:image" content="images/title.png">
<meta property="og:title" content="모여톤 - 멋쟁이사자처럼 연합 해커톤">
<meta property="og:description" content="우리의 모여, 모두 여기로 모여! 다양한 지역간 IT기술을 중점으로 하여 네트워킹 강화를 도모하는 비영리 해커톤">
</head>

<body>
<header id="header">
<header id=" header">
<div class="logo-container">
<img src="logo.png" alt="Logo" class="logo">
</div>
Expand Down

0 comments on commit 43f0058

Please sign in to comment.