<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="darkvideo.css" />
|
|
<style>
|
|
@media screen and (max-width: 768px) {
|
|
.grid_container {
|
|
grid-template-columns: auto;
|
|
display: grid;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div class= "grid_container">
|
|
<div class= "item1">
|
|
<div class="video-wrapper1">
|
|
<video class="vid1" playsinline autoplay muted loop poster="cake.jpg">
|
|
<source src="vids/271697375_3013847338832889_7442041498904421100_n.mp4" type="video/webm">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
<div class="header1">
|
|
<h1>Trust in Anonymity</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="item2">
|
|
<div class="video-wrapper2">
|
|
<video class="vid2" playsinline autoplay muted loop poster="cake.jpg">
|
|
<source src="vids/243306727_1043115399832463_6978603520831308212_n.mp4" type="video/webm">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
<div class="header2">
|
|
<h1>.PoCX Solutions</h1>
|
|
<button>Video</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|