Skip to content

Commit

Permalink
Update index-page-builder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtle-Hwan authored Sep 17, 2024
1 parent 5b7bddb commit 1748354
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .scripts/index-page-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let htmlContent = `
rel="stylesheet"
type="text/css"
/>
<title>KUIT FE</title>
<title>KUIT 4th FE</title>
<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -58,7 +58,11 @@ let htmlContent = `
</head>
<body>
<div class="container">
<h1>Kuit Frontend Missions ✨</h1>
<h1>KUIT 4th Frontend Workbook 📗</h1>
<a href="https://confusion-ping-ae2.notion.site/Web-96c8455a0808433c962c7d6c85aac980?pvs=4">
<span class="tossface">📚</span>WEB 조별 워크북 제출 페이지
</a>
<h1>KUIT 4th Frontend Missions ✨</h1>
<ul>
`;

Expand Down

0 comments on commit 1748354

Please sign in to comment.