-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.html
58 lines (58 loc) · 3.34 KB
/
info.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
<html>
<head>
<title>My wallpapers</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="icons/favicon.ico">
<meta property="og:type" content="website">
<meta property="og:title" content="My Wallpapers information">
<meta property="og:description" content="Сайт с обоями.">
<meta property="og:url" content="https://my-wallpapers.github.io/info.html">
<meta property="og:locale" content="ru_RU">
<meta property="og:image" content="https://my-wallpapers.github.io/icons/imageres_113-1.png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
</head>
<body>
<div class="content">
<div class="logo">
<div class="text">
<h1>My wallpapers</h1>
<p>by Muralmaks IT</p>
</div>
</div>
<div class="center">
<div class="list" style="display: flex; align-items: center; justify-content: center;">
<div style="display: block;">
<h1>My wallpapers - сайт, где хранятся оригинальные обои Windows, обои с интернета, собственные обои, и всё это в высоком качестве! (почти)</h1>
<hr>
<p onclick="window.location.href = 'https://youtube.com/@muralmaksit';"><img src="icons/imageres_163-5.png" width="20px"> YouTube канал</p>
<hr>
<p onclick="window.location.href = 'https://discord.gg/4MK4hhFZsX';"><img src="icons/imageres_163-5.png" width="20px"> Discord сервер</p>
<hr>
<p onclick="window.location.href = 'https://github.com/PatrickStar8753';"><img src="icons/imageres_163-5.png" width="20px"> Github</p>
<hr>
<p onclick="window.location.href = 'https://github.com/my-wallpapers/my-wallpapers.github.io/issues';"><img src="icons/imageres_163-5.png" width="20px"> Нашли баг?</p>
<hr>
<p onclick="window.location.href = 'mw2.html';"><img src="icons/imageres_163-5.png" width="20px"> ???</p>
<hr>
<p onclick="window.location.href = 'https://github.com/PatrickStar8753/MyWallpapersWallpaperInstaller';"><img src="icons/mw-6.png" width="20px"><span id="mwwi"> MyWallpapersWallpaperInstaller.exe</span></p>
<hr>
<p onclick="window.location.href = 'settings.html'"><img src="icons/imageres_102-7.png" width="20px"> Settings.html</p>
<hr>
<p onclick="window.location.href = 'index.html';"><img src="icons/imageres_185-7.png" width="20px"> Back</p>
</div>
</div>
</div>
</div>
</body>
<script src="js/mobile.js"></script>
<script>
document.addEventListener('keypress', (event) => {
const keyName = event.key;
if (keyName === 'd'){
window.location.href = 'devlog.txt';
}
});
</script>
</html>