-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvest.html
55 lines (48 loc) · 1.96 KB
/
invest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!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.0">
<title>Vookmasteps_home</title>
<!--スタイルシートの読み込み-->
<link rel="stylesheet" href="./CSS/html5reset-1.6.1.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="./CSS/style.css">
<!--github用のスタイルシートの読み込み -->
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/5fcb472e04.js" crossorigin="anonymous"></script>
<!--Google Fonts タイトルのフォント-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="box1">
<h1 class="title-logo">
Vookmasteps-Invest
</h1>
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="vet.html">小動物臨床</a></li>
<li><a href="coder.html">Web制作</a></li>
<li><a href="invest.html">資産運用</a></li>
<li><a href="entertain.html">エンタメ</a></li>
<li><a href="profile.html">プロフィール</a></li>
<li><a href="contact.html">問い合わせ</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="box2">
</div>
</main>
<footer class="box3">
<p><small>© ぶっくま</small></p>
</footer>
</body>
</html>