相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

bootstrap 基本文

PHP

<!DOCTYPE html>
<html lang=”ja”>
<head>
<meta charset=”utf-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title>Bootstrap Sample</title>
<!– BootstrapのCSS読み込み –>
<link href=”css/bootstrap.min.css” rel=”stylesheet”>
<!– jQuery読み込み –>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script>
<!– BootstrapのJS読み込み –>
<script src=”js/bootstrap.min.js”></script>
</head>
<body>
<div class=”container”>
<h1>Hello, world!</h1>
</div>
</body>
</html>

 

PHP
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク
なんでもDIY

コメント