-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
61 lines (55 loc) · 2.45 KB
/
news.html
File metadata and controls
61 lines (55 loc) · 2.45 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
58
59
60
61
<!doctype html>
<html lang="zh-Hant-TW">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="rZp7hpp4ubTGMjDooaGsumQ8ox3h_Q2FlZOpsYHyaO8" />
<title>最新消息 - 普二義班網</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="Shortcut Icon" type="image/x-icon" href="media/icon.png">
</head>
<body bgcolor="black">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="../media/icon.png" alt="" width="30" height="30" class="d-inline-block align-text-top">
普二義班網
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">🍏首頁(聯絡簿)</a>
</li>
<li class="nav-item">
<a class="nav-link" href="album.html">🍎活動剪影</a>
</li>
<li class="nav-item">
<a class="nav-link" href="online.html">🍐線上課程</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="news.html">🍊最新消息</a>
</li>
</ul>
<span class="navbar-text">
Bingo
</span>
</div>
</div>
</nav>
<div class="p-3 mb-2 bg-dark text-white">
<center>
<h1>最新消息 🐯</h1>
</center>
<br>
<iframe width="1120" height="630" src="https://www.youtube.com/embed/ESsFwUdCm_4" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>