Voico_Home.html 1.55 KB
<!DOCTYPE html>
<html>
    <head>
        <link href="Voico_Home.css" rel="stylesheet">
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-">
        <link rel="preconnect" href="https://fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Serif+KR:wght@500&family=Noto+Serif:ital@1&display=swap" rel="stylesheet">
        <title>Voicoding</title>
    </head>
    
    <body>
        <p>Voicoding <img src="voico_0.jpg" width=auto height="200"></p>
        <div id = "project">
            <h1>
                <p style="text-align: center;">프로젝트 설명</p> <br>
                코딩하기 귀찮은 당신을 위해 준비했습니다<br>
                당신이 코딩하고 싶은 대로 말만 한다면 저희가 다 이루어 드릴게요!<br>
                <a href="http://">매뉴얼링크</a> <br>
                별로 성가시지 않는 매뉴얼이랑 조금만 따라와 주신다면 바로 코딩 해드릴게요!
            </h1>
        </div>
        <div class="container">
            <button id="start">Start</button>
            <button id="end">Exit</button>
        </div>
        <span class="container" id = "text">
            변환전
            <li>
                안녕하세요 say something
            </li>
        </span>
        <span id = "post">
            변환후
            <li>
                반갑습니다 say something
            </li>
        </span>
        <button id = "python">실행</button>
    </body>
</html>