月がきれいですね。
오늘 달이 참 밝네요.
  • etc. 기본 스크립트 2

    *html 부분에 추가


    01

    주소 입력시 공지글


    1
    2
    3
    4
    5
            <script type="text/javascript">
    if ( window.location.pathname == '/' ) {
         location.href = 'http://티스토리주소.tistory.com/notice';
    }
    </script>
    cs


    02

    프로필 클릭시 블로그 메인으로 가기


    1
    2
    <div class="profile">
                <a href="https://lovemelovememore.tistory.com/"><img src="./images/이미지 이름.확장자"></a>
    cs


    03

    글씨 안에 주소 넣기


    1
    <a href="주소">글씨</a>
    cs