From 9cbe3ab99e6db31ffbde615c6ce5566e12d19f57 Mon Sep 17 00:00:00 2001 From: Alfex4936 <ikr@kakao.com> Date: Tue, 14 Mar 2023 21:29:24 +0900 Subject: [PATCH] Forgot to add newlines --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 5f43076..7847832 100644 --- a/public/index.html +++ b/public/index.html @@ -36,9 +36,9 @@ <p><img src="/intro.webp" alt="Welcome to Rust" style="width: 100%; margin-bottom: 20px; border-radius: 10px;"></p> <p><strong>자기주도프로젝트 🎉</strong></p> <p>안녕하세요. 자기주도프로젝트 Rust 튜토리얼 영상을 위한 웹사이트입니다.</p> -<p>Mirror 1: <a href="http://rust-study.ajousw.kr/index.html">http://rust-study.ajousw.kr/</a> -Mirror 2: <a href="https://hi-rust.github.io/index.html">https://hi-rust.github.io/</a> -Binary: <a href="https://">Windows</a> | <a href="https://">Mac</a> | <a href="https://">Linux</a> - TODO</p> +<p>Mirror 1: <a href="http://rust-study.ajousw.kr/index.html">http://rust-study.ajousw.kr/</a></p> +<p>Mirror 2: <a href="https://hi-rust.github.io/index.html">https://hi-rust.github.io/</a></p> +<p>Binary: <a href="https://">Windows</a> | <a href="https://">Mac</a> | <a href="https://">Linux</a> - TODO</p> <p><code>프로그래밍 기초 지식이 있는 분들을 타겟</code>으로 만들었습니다. (C & Python)</p> <p>키보드 <span class="emoji">⬅️</span>/<span class="emoji">➡️</span> 버튼으로 페이지를 이동할 수 있습니다.</p> <p>질문이 있다면 <code>ikr@kakao.com</code> 로 메일 남겨주세요.</p> -- GitLab