-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
57 lines (53 loc) · 1.57 KB
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
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>Moochichi</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<header>
<a class="btn-up" href="">Mmail</a>
<a class="btn-up" href="">画像</a>
<i class="fas fa-cat"></i>
<button class="btn-login">ログイン</button>
</header>
<section class="body">
<h1 class="body-logo">
<span class="m-1">M</span>
<span class="m-2">o</span>
<span class="m-3">o</span>
<span class="m-4">c</span>
<span class="m-5">h</span>
<span class="m-6">i</span>
<span class="m-7">c</span>
<span class="m-8">h</span>
<span class="m-9">i</span>
</h1>
<p class="micphone"><input class="input" type="text"></p>
<div class="btn2">
<button class="buttons">Moochichi検索</button>
<button class="buttons">I'm Feeling Lucky</button>
</div>
</section>
<footer>
<div class="footer-bar up">
<p>日本</p>
</div>
<div class="footer-bar down">
<div class="footer-left">
<a href="#">広告</a>
<a href="#">ビジネス</a>
<a href="#">Moochihciについて</a>
</div>
<div class="footer-right">
<a href="#">プライバシー</a>
<a href="#">規約</a>
<a href="#">設定</a>
</div>
</div>
</footer>
</body>
</html>