diff --git a/public/index.html b/public/index.html index 2a5838f46e875d03dc7870dfa22b61a333030953..5f43076772ba56ad495472f112ebb65368e7fb52 100644 --- a/public/index.html +++ b/public/index.html @@ -36,9 +36,12 @@ <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>이 튜토리얼은 <code>프로그래밍 기초 지식이 있는 분들을 타겟</code>으로 만들었습니다. (C & Python)</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><code>프로그래밍 기초 지식이 있는 분들을 타겟</code>으로 만들었습니다. (C & Python)</p> <p>키보드 <span class="emoji">⬅️</span>/<span class="emoji">➡️</span> 버튼으로 페이지를 이동할 수 있습니다.</p> -<p>질문이 있다면 <code>exe@ajou.ac.kr</code> 로 메일 남겨주세요.</p> +<p>질문이 있다면 <code>ikr@kakao.com</code> 로 메일 남겨주세요.</p> <ul> <li>Rust 언어 소개</li> <li>Rust 언어 기본 문법</li>