forked from AAPLBeijingCouncil/AAPLBeijingCouncil.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
57 lines (54 loc) · 2.47 KB
/
404.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
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>AAPL Beijing Council</title>
<meta name="description" content="The AAPL Beijing Council is a diverse group of talented Apple users.">
<meta name="keywords" content="AAPL Beijing Council, Apple, Apple User Group, AAPL">
<meta name="apple-mobile-web-app-title" content="ABC">
<meta property="og:title" content="AAPL Beijing Council">
<meta property="og:description" content="The AAPL Beijing Council is a diverse group of talented Apple users.">
<meta property="og:url" content="https://www.abcouncil.me">
<meta property="og:type" content="website">
<meta property="og:image" content="./images/open_graph_logo.png">
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png">
<link rel="mask-icon" href="./images/mask-icon.svg" color="#333333">
<link rel="icon" href="./images/favicon.ico">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body class="en-us dark">
<nav class="navbar">
<div class="nav-content">
<a class="navItem" href="./"><strong>AAPL</strong> Beijing Council</a>
<a class="navItem_menu" href="./about_us.html">About Us</a>
<a class="navItem_menu" href="./articles.html">Articles</a>
</div>
</nav>
<main class="main">
<section class="section section-page-not-found text-center">
<h1>404</h1>
<p>The page you’re looking for can’t be found.</p>
</section>
</main>
<footer>
<div class="footer-content">
<ol>
<li>The company name “Apple Inc.” and stock name “AAPL” belong to Apple Inc.</li>
<li>The name “Apple” is a trademark of Apple Inc.</li>
<li>The logo “hello.” belongs to Apple Inc.</li>
</ol>
<span class="thanks">
<em>Thank you to all members of the AAPL Beijing Council. Special thanks to the contributers who made this webpage
possible.</em>
</span>
<div class="final">
<div class="copyright">Copyright © 2018 AAPL Beijing Council
<br class="plus">All rights reserved.</div>
<div class="language">
<a href="./cn">中文</a>
</div>
</div>
</div>
</footer>
</body>
</html>