The Website for anonymous systems that finally could work
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.0 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <!doctype html>
  2. <html lang="de">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="darkvideo.css" />
  5. <style>
  6. @media screen and (max-width: 768px) {
  7. .grid_container {
  8. grid-template-columns: auto;
  9. display: grid;
  10. }
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div class= "grid_container">
  16. <div class= "item1">
  17. <div class="video-wrapper1">
  18. <video class="vid1" playsinline autoplay muted loop poster="cake.jpg">
  19. <source src="vids/271697375_3013847338832889_7442041498904421100_n.mp4" type="video/webm">
  20. Your browser does not support the video tag.
  21. </video>
  22. <div class="header1">
  23. <h1>Trust in Anonymity</h1>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="item2">
  28. <div class="video-wrapper2">
  29. <video class="vid2" playsinline autoplay muted loop poster="cake.jpg">
  30. <source src="vids/243306727_1043115399832463_6978603520831308212_n.mp4" type="video/webm">
  31. Your browser does not support the video tag.
  32. </video>
  33. <div class="header2">
  34. <h1>.PoCX Solutions</h1>
  35. <button>Video</button>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. </body>
  41. </html>