intro.html
1.4 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: white;
background-image:url(https://network.ducatus.net/wp-content/uploads/2017/02/Bitcoin-Background.jpg);
background-size:cover;
}
</style>
<!-- <div class="container"> -->
<h1 class="text-center"> </h1>
<h1 class="text-center"> </h1>
<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>