forked from my-wallpapers/my-wallpapers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 2.05 KB
/
index.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
<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">
<meta property="og:description" content="Сайт с обоями.">
<meta property="og:url" content="https://my-wallpapers.github.io">
<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">
<p onclick="window.location.href = 'windows/windows.html';"><img src="icons/imageres_113-7.png" width="20px"> Windows wallpapers</p>
<hr>
<p onclick="window.location.href = 'my-wallpapers/my-wallpapers.html';"><img src="icons/imageres_113-7.png" width="20px"> My wallpapers</p>
<hr>
<p onclick="window.location.href = 'from-internet/from-internet.html';"><img src="icons/imageres_113-7.png" width="20px"> From internet</p>
<hr>
<p onclick="window.location.href = 'youtubers/youtubers.html';"><img src="icons/imageres_113-7.png" width="20px"> Youtubers</p>
<hr>
<p onclick="window.location.href = 'info.html';"><img src="icons/imageres_102-7.png" width="20px"> info.html</p>
</div>
</div>
</div>
</body>
<script src="js/mobile.js"></script>
</html>