-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
101 lines (83 loc) · 3.55 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Tokisaki Nino">
<meta property="og:description" content="Hallo!">
<meta property="og:site_name" content="nino.is-a.dev">
<meta name="theme-color" content="#00fff2;">
<meta property="og:image" content="assets\image\march7th.jpg">
<title>Tokisaki Nino</title>
<link rel="icon" href="./assets/image/Avt_cicle.ico">
<!-- style chung -->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/404.css">
<!-- navbar -->
<link rel="stylesheet" href="./assets/css/navbar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha384-8S5/LAB9s6rxLvggnUpPA6vfUdF1fQ2wiSs6VgkSO4cQcQ72xQexzxt+V/IZUPZI" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/home.css">
<!-- Footer -->
<link href="./assets/css/footer.css" rel="stylesheet" type="text/css">
</head>
<body class="dark-mode">
<header>
<div class="container">
<nav class="navbar">
<div class="navbar-header-logo">
<a href="index.html">Nino</a>
</div>
<div class="menu-toggle" onclick="toggleMenu()">☰ Menu</div>
<div class="menu-navbar-right">
<ul class="list">
<li class="limenuRight"><a href="index.html">Home</a></li>
<!-- <li class="limenuRight"><a href="./404.html">Actions</a></li> -->
<li class="limenuRight"><a href="./index_project.html">Projects</a></li>
<li class="limenuRight"><a href="./404.html"><b>Messages</b></a></li>
<li class="limenuRight"><a href="index_about.html">About</a></li>
<!-- <li class="limenuRight">
<div class="toggle-btn _1st-toggle-btn" id="mode-link" onclick="toggleLightMode()">
<input type="checkbox">
<span></span>
</div>
</li> -->
</ul>
</div>
</nav>
</div>
</header>
<div class="main">
<img src="./assets/image/Elysia!!.jpg" alt="Hoshino Ai">
<h2>Sorry, the website is under maintenance, please come back later! 😉</h2>
<a href="./index.html">Back to Home.</a>
</div>
<!--_______________________________________________________________ [ Bubble ] ____________________-->
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<!--_______________________________________________________________ [ Footer ] ____________________-->
<!-- <footer id="footer" class="footer">
<div class="copyright">
<span class = "real">[💖Sugoii Family - By Tokisaki Nino💖] <p class="coutn" > [Views: <span id="visitCount">0</span>]</p></span>
</div>
</footer> -->
<!--_______________________________________________________________ [ JavaScripts ] ____________________-->
<script src="./assets/js/js_index.js"></script>
<script>
function toggleMode() {
document.body.classList.toggle('dark-mode');
}
</script>
<script src="./assets/js/js_protect.js"></script>
</body>
</html>