-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (47 loc) · 2.13 KB
/
Copy pathabout.html
File metadata and controls
50 lines (47 loc) · 2.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>images and photos and vectors</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/gall7.min.css">
<script async src="js/gall7.min.js"></script>
<script defer src="js/script.js"></script>
</head>
<body>
<header>
<nav>
<a href="./index.html" class="logo"><img src="img/logo.svg" alt="logo"></a>
<svg id="menu" viewBox="0 0 48 48">
<path d="M8 14h32zm0 9h32zm0 10h32z" />
</svg>
<ul>
<li><a href="index.html">images and photos</a></li>
<li><a href="about.html">about</a></li>
</ul>
</nav>
</header>
<main class="box">
<h1>Images,photos and vectors free download</h1>
<p>This webpage contains images, photos and vectors. I hope you will find it useful.
</p>
<p>Please feel free to contact me if you need any further information. <a href="/" class="kostazzz" id="balticum-tv"
title="mai" onmouseleave="this.title = 'mai'" onmouseover="this.title += 'lto'"
onclick="window.location.href = this.title.concat(':'+this.className + '@' + this.id + '.lt'); return false"
rel="noopener" tabindex="-1"><i class="gg-mail"></i></a></p>
<p>Every donation counts! <a
href="https://www.paypal.com/donate/?hosted_button_id=7KH4VV5GJR2BJ" target="_blank">donate</a></p>
<p><a href="https://vectors-images.myportfolio.com/" target="_blank" rel="noopener noreferrer">Adobe stock vectors and images</a></p>
</main>
<footer>images,photos and vectors</footer>
</body>
</html>