intro.html 1.25 KB
<!DOCTYPE html>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">

<!-- 부가적인 테마 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">

<!-- 합쳐지고 최소화된 최신 자바스크립트 -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width", initial-scale="1">
    <title>Coin Community</title>
    <linke rel="stylesheet" href="css/bootstrap.css">
  </head>
  <body>
    <style type="text/css">
      .jumbotron{
        text-shadow: black 0.1em 0.1em 0.1em;
        color: black;
        background-image: url('images/background.jpg');
        background-size: cover;
      }
      </style>
    <div class="container">
      <div class="jumbotron">
        <h1 class="text-center">Coin Community를 소개합니다.</h1>
        <p class="text-center">Coin Community는 Coin의 동향을 보고 서로 의견을 나누는 사이트입니다.</p>
        <p class="text-center"><a class="btn btn-primary btn-lg" href="/main" role="button">사이트로 접속하기</a></p>
      </div>
    </div>
  </body>
</html>