-
Notifications
You must be signed in to change notification settings - Fork 0
/
0824.html
42 lines (42 loc) · 1.06 KB
/
0824.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>0824</title>
<link rel="stylesheet" href="0824.css">
</head>
<body>
<div class="header">
<!-- 首頁取代文字 -->
<h1><a href="index.html">logo</a></h1>
<p class="mb-6">Lorem ipsum dolor</p>
<a href="#"class="btn btn-primary">連結</a>
<a href="#"class="btn btn-dark">連結</a>
<div class="box"></div>
<div class="container">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
<div class="content">
<a href="0824p1.html">page</a>
<a href="0824p1.html#section1">pagesec1</a>
<p></p>
<p></p>
<div class="row">
<div class="col-sm">
one of three columns
</div>
<div class="col-sm">
one of three columns
</div>
<div class="col-sm">
one of three columns
</div>
</div>
</div>
<div class="footer"></div>
</body>
</html>