Skip to content

Commit 633f647

Browse files
Update 404.html
1 parent 27ccbb8 commit 633f647

File tree

1 file changed

+18
-35
lines changed

1 file changed

+18
-35
lines changed

404.html

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@
5050
<meta property="og:image" content="https://hardalgorithm.github.io/"/>
5151

5252

53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
6553
</head>
6654

6755
<body class="dark-theme">
@@ -75,7 +63,7 @@
7563
<span class="logo__text">adb shell pm list packages</span>
7664
<span class="logo__cursor" style=
7765
"
78-
background-color:#5cc63c;
66+
background-color:#FF7A40;
7967
">
8068
</span>
8169

@@ -86,8 +74,6 @@
8674
<span class="header__right">
8775

8876
<nav class="menu">
89-
<ul class="menu__inner"><li><a href="https://hardalgorithm.github.io/videos/">Видео</a></li><li><a href="https://hardalgorithm.github.io/en/">En</a></li>
90-
</ul>
9177
</nav>
9278

9379
<span class="menu-trigger">
@@ -117,34 +103,31 @@
117103
</p>
118104
<div class="banner-404">
119105
<h1>404</h1>
120-
<p>Упс, страница не найдена</p>
106+
<p>Ooops page not found</p>
121107
<p class="btn-404">
122-
<a href="https://hardalgorithm.github.io/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>Главная</a>
123-
<a href="https://hardalgorithm.github.io/posts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg>Архивы</a>
108+
<a href="https://hardalgorithm.github.io/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>Main Page</a>
124109
</p>
125110
</div>
126111
</div>
127112

128113
</div>
129114

130115

131-
<footer class="footer">
132-
<div class="footer__inner">
133-
<div class="footer__content">
134-
<span>&copy; 2020</span>
135-
136-
137-
<span>Android Guards</span>
138-
<span><a href="https://hardalgorithm.github.io/posts/index.xml" target="_blank" title="rss"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg></a></span>
139-
</div>
140-
</div>
141-
<div class="footer__inner">
142-
<div class="footer__content">
143-
<span>Powered by <a href="http://gohugo.io">Hugo</a></span>
144-
<span>Made with &#10084; by <a href="https://github.com/rhazdon">Djordje Atlialp</a></span>
145-
</div>
146-
</div>
147-
</footer>
116+
<footer class="footer">
117+
<div class="footer__inner">
118+
<div class="footer__content">
119+
<span>&copy; 2024</span>
120+
<span>Concerned App</span>
121+
</div>
122+
</div>
123+
<div class="footer__inner">
124+
<div class="footer__content">
125+
<span></span>
126+
<span><a href="https://hardalgorithm.github.io/privacy">Privacy Policy</a></span>
127+
<span></span>
128+
</div>
129+
</div>
130+
</footer>
148131

149132

150133
</div>

0 commit comments

Comments
 (0)