forked from HebrewBombManual/hebrewbombmanual.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (26 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>מדריך לנטרול פצצות - 404</title>
<link rel="stylesheet" type="text/css" href='http://fonts.googleapis.com/css?family=Noto+Sans+Hebrew'>
<link rel="stylesheet" type="text/css" href="assets/css/notosanshebrew.css">
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="icon" href="favicon.ico" type="image/png">
</head>
<body dir="rtl">
<h1 class="title"><a href="http://hebrewbombmanual.github.io"><img id="title-graphic" src="assets/img/header.png" alt="המשיכו לדבר ואף אחד לא יתפוצץ"></a></h1>
<div class="stretchy-content">
<div class="section rounded" align="center">
<h2>שגיאה 404: לא נמצא</h2>
<img src="assets/img/file-not-found.png" style="padding: 1em 0">
<p>מצטערים, אך הדף או הקובץ שניסית להציג אינם קיימים.<br>יש לוודא שהקלדת נכון את כתובת האתר.</p>
</div>
</div>
<footer>
<a href="index.html" class="section-link rounded"><span>חזרה</span></a>
<p class="footer">גלו עוד על 'המשיכו לדבר ואף אחד לא יתפוצץ' בכתובת <a href="http://www.keeptalkinggame.com/">www.keeptalkinggame.com</a></p>
</footer>
</body>
</html>