forked from gamerinshaft/PracticeUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonoyu.html
61 lines (59 loc) · 2.43 KB
/
onoyu.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
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-COmpatible" content="IE=edge">
<meta name="viewport" content="width=1024"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Sample</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- jQuery読み込み -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="./top.css">
</head>
<body id="body">
<div class="">
<div class="col d-felx">
<h1>LOGO</h1>
</div>
<div class="d-flex nav-bar align-items-center d-flex">
<a class="my-5 m-3" href="index.html">
<i class="fas fa-home fa-home fa-lg active"></i>
</a>
<a class="my-5 m-3" href="azuki.html">
<i class="fas fa-user fa-lg" aria-hidden="true"></i>
</a>
<a class="my-5 m-3" href="onoyu.html">
<i class="fas fa-book-open fa-lg"></i>
</a>
<a class="my-5 m-3" width="48" height="48" href="#">
<i class="fas fa-comments fa-lg" aria-hidden="true"></i>
</a>
</div>
<section id="content" class="main-board col h-100 p-0">
<div class="d-flex mt-5">
<div class="col-9 mx-5 mb-5">
<div class="d-flex justify-content-center">
</div>
</div>
<div class="tag col-3">
</div>
</div>
<div class="participant d-flex justify-content-center">
<a class="my-5 m-3 user" href="index.html">
itotatu
</a>
<a class="my-5 m-3 user" href="azuki.html">
azuki
</a>
<a class="my-5 m-3 user active" href="onoyu.html">
onoyu
</a>
</div>
</section>
</div>
<!-- <div class="abd" style="background-image: src=('img/mountain.png')">aaa</div> -->
<!-- <img src="img/mountain.png"> -->
</body>
</html>