-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathend-of-life.html
74 lines (57 loc) · 2.26 KB
/
end-of-life.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
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<meta name="format-detection" content="telephone=no">
<title>PescadoLinux</title>
<meta property="og:title" content="PescadoLinux開発終了のお知らせ | PescadoGames" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.pescadolinux.ml/about.html" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.png" />
<meta property="og:image" content="/assets/icons/NewLogo_Transparent_1040x1038.png">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/x-icon" href="assets/icons/NewLogo_Transparent_1040x1038.png">
<link rel="shortcut icon" href="assets/icons/NewLogo_Transparent_1040x1038.png">
<link rel="stylesheet" href="/assets/styles/style.css">
</head>
<body>
<!--ヘッダー-->
<header>
<!--▽▽ヘッダーロゴ▽▽-->
<div class="logo">
<img src="assets/icons/NewLogo_Transparent_56x56.png" alt="Logo">
</div>
<!--△△ヘッダーロゴ△△-->
</header>
<!--▽▽jQuery▽▽-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
$('#hamburger').on('click', function(){
$('.icon').toggleClass('close');
$('.sm').slideToggle();
});
</script>
<!--△△jQuery△△-->
<center>
<img src="assets/icons/NewLogo_Transparent_1040x1038.png" alt="Logo" width="20%" height="20%">
</center>
<center>
<span style="font-family: Meiryo" class="about"><b><u>PescadoGamesからのお知らせ</u></b><br>PescadoLinuxは開発終了しました。</span>
</center>
<footer>
<footer id="footer">
<center>
<div class="Footer__inner">
<center>
<span class="copyright">copyright(c)2019-2021 PescadoGames All right reserved</span>
</center>
</center>
<!--/Footer__body-->
<!--/Footer__inner-->
<!--/Footer-->
</footer>
<script type="text/javascript" src="/assets/js/script.js"></script>
</body>
</html>