-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoceanblue.html
90 lines (82 loc) · 5.22 KB
/
oceanblue.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<!--metadata-->
<title>ocean © Philip aka RobertoTorino</title>
<meta charSet="UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">
<meta name="ocean" content="width=device-width, initial-scale=1">
<!--do not copy message-->
<script>
document.addEventListener('copy', function (e) {
e.clipboardData.setData('text/plain', 'copy not possible');
e.clipboardData.setData('text/html', 'copy not possible');
e.clipboardData.setData('text/uri-list', 'copy not possible');
e.clipboardData.setData('text/css', 'copy not possible');
e.clipboardData.setData('image/jpeg', 'copy not possible');
e.clipboardData.setData('image/png', 'copy not possible');
e.clipboardData.setData('text/javascript', 'copy not possible');
e.clipboardData.setData('video/mp4', 'copy not possible');
e.clipboardData.setData('audio/mpeg', 'copy not possible');
e.clipboardData.setData('audio/wav', 'copy not possible');
e.preventDefault();
});
</script>
<!--favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_package_ocean/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_package_ocean/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_package_ocean/favicon-16x16.png">
<link rel="manifest" href="images/favicon_package_ocean/site.webmanifest">
<link rel="mask-icon" href="images/favicon_package_ocean/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<!--google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet">
<!--local stylesheets-->
<link rel="stylesheet" href="assets/_videobackground.css">
<link rel="stylesheet" href="assets/_videobackground-footer.css">
<link rel="stylesheet" href="assets/license.css">
<!--online stylesheets-->
<!--browsers: intelij, chrome, firefox, safari, opera, yandex, edge-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<div class="content">
<video width="100%" height="auto" controls autoplay muted loop id="oceanVideo">
<source src="assets/video/ocean.mp4" type="video/mp4">
your browser does not support embedded videos
</video>
<!--start footer-->
<div class="footer">
<div class="media">
<i> <a href="https://github.com/RobertoTorino" class="fab fa-github tooltip" target="_blank" style="color: black"> <span>github</span></a></i>
<i> <a href="https://google.com/" class="fab fa-google tooltip" target="_blank" style="color: black"> <span>google</span></a></i>
<i> <a href="https://twitter.com/wolf357000" class="fab fa-twitter tooltip" target="_blank" style="color: black"> <span>twitter</span></a></i>
<i> <a href="https://www.instagram.com/" class="fab fa-instagram tooltip" target="_blank" style="color: black"> <span>instagram</span></a></i>
<i> <a href="https://www.tiktok.com/@robert_20190917?lang=en" class="fab fa-tiktok tooltip" target="_blank" style="color: black"> <span>tiktok</span></a></i>
<i> <a href="https://www.facebook.com/" class="fab fa-facebook tooltip" target="_blank" style="color: black"> <span>facebook</span></a></i>
<i> <a href="https://www.tumblr.com/" class="fab fa-tumblr tooltip" target="_blank" style="color: black"> <span>tumblr</span></a></i>
<i> <a href="https://www.snapchat.com/" class="fab fa-snapchat tooltip" target="_blank" style="color: black"> <span>snapchat</span></a></i>
<i> <a href="https://www.whatsapp.com/" class="fab fa-whatsapp tooltip" target="_blank" style="color: black"> <span>whatsapp</span></a></i>
<i> <a href="https://www.youtube.com/" class="fab fa-youtube tooltip" target="_blank" style="color: black"> <span>youtube</span></a></i>
</div>
<div class="container" style="margin-top: 15px">
<div class="container">
<div><a href="index.html" target="_blank"> home </a></div>
<div><a style="visibility: visible;"> - </a></div>
<div><a href="https://www.pexels.com/" target="_blank"> pexels </a></div>
<div><a style="visibility: visible;"> - </a></div>
<div><a href="https://cloudit.blog/" target="_blank"> about </a></div>
<div><a style="visibility: visible;"> - </a></div>
<div><a href="license.html"> license </a></div>
</div>
</div>
<div class="copyright">© 2023 Philip aka RobertoTorino -
<a id="ocean" href="https://www.pexels.com/video/footage-of-the-sharks-inside-the-aquarium-3765218/">video by Magda Ehlers</a>
</div>
<!--end footer-->
</div>
</div>
</html>