downloads.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="A sus OS for aSUS computers.">
  8. <meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
  9. <meta name="theme-color" content="#66ddcc">
  10. <meta property="og:site_name" content="AmogOS">
  11. <meta name="og:title" content="Downloads">
  12. <meta name="og:description" content="A sus OS for aSUS computers.">
  13. <meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
  14. <link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
  15. <link rel="bookmark" href="icons/sus.ico">
  16. <link href="common.css" rel="stylesheet" type="text/css">
  17. <title>Downloads - AmogOS</title>
  18. <style>
  19. a{
  20. color: #66ddcc;
  21. }
  22. a:hover{
  23. color: #669999;
  24. }
  25. #downloads{
  26. padding: 5% 10% 0 10%;
  27. box-sizing: border-box;
  28. background-color: #202225;
  29. text-align: center;
  30. color: #ffffff;
  31. font-size: 16px;
  32. font-family: "Poppins";
  33. }
  34. #columns{
  35. display: flex;
  36. width: 100%;
  37. flex-direction: row;
  38. flex-wrap: wrap;
  39. justify-content: space-evenly;
  40. }
  41. .column-title{
  42. margin-top: 48px;
  43. font-size: 18px;
  44. }
  45. .buttons{
  46. transition: 0.3s ease;
  47. display: block;
  48. width: 200px;
  49. height: 70px;
  50. margin: 10px;
  51. outline: none;
  52. border: 0px solid transparent;
  53. border-radius: 20px;
  54. background-color: #000000;
  55. color: #ffffff;
  56. font-size: 18px;
  57. font-family: "Poppins";
  58. cursor: pointer;
  59. }
  60. .buttons:hover{
  61. box-shadow: 0px 0px 12px #888888;
  62. }
  63. #show{
  64. display: block;
  65. position: fixed;
  66. top: 0;
  67. left: 0;
  68. z-index: 3;
  69. }
  70. #rickroll{
  71. display: none;
  72. position: absolute;
  73. left: 10vw;
  74. top: calc(50vh - 45vw/2);
  75. width: 80vw;
  76. height: 45vw;
  77. border: 5px solid #66ddcc;
  78. z-index: 69;
  79. }
  80. </style>
  81. </head>
  82. <body>
  83. <div id="main-container">
  84. <div id="downloads">
  85. <noscript><p style="font-size: 26px; margin-top: 24px;">Enable js or nooz come 2 ur house at 3 am <hr></p></noscript>
  86. <p style="font-size: 36px; margin-top: 24px;">Choose your version.</p>
  87. <p style="margin-top: 36px">Warning: By downloading AmogOS, you have severely increased the chance of being infected by the deadly AMOGID-16 virus.</p>
  88. <p><a href="https://www.youtube.com/watch?v=nFstpT_YTro" target="_blank" rel="noopener noreferrer">Find out how to recover from it</a> or <a href="index.html" rel="noopener noreferrer">head back</a>.</p>
  89. <br/>
  90. <div id="columns">
  91. <div class="columns">
  92. <p class="column-title">x86_64 Version</p>
  93. <p>v1.5.0</p>
  94. <img src="icons/download/x64_direct.png" alt="x64 version Baka" width="135px">
  95. <p>Username: amogos</p>
  96. <p>Password: amogos</p>
  97. <br/>
  98. <button onclick="button('https\://github.com/Amog-OS/AmogOS/releases/download/x64-1.5.0/AmogOS-1.5.0-x86_64.iso', true)" class="buttons">Direct Download</button>
  99. <button onclick="button('https\://archive.org/download/amogos-x64/VM%20Files/AmogOS-x86_64-1.5.0.vmdk', false)" class="buttons">VBox Image</button>
  100. <button onclick="button('https\://github.com/Amog-OS/AmogOS/releases/download/x64-1.5.0/AmogOS-1.5.0-x86_64-manual.zip', false)" class="buttons">Manual ZIP</button>
  101. </div>
  102. <div class="columns">
  103. <p class="column-title">RPI Version</p>
  104. <p>v1.7.1</p>
  105. <img src="icons/download/RPI_direct.png" alt="RPI version Sussy" width="135px">
  106. <p>Username: pi</p>
  107. <p>Password: raspberry</p>
  108. <br/>
  109. <button onclick="button('https\://github.com/Amog-OS/AmogOS/releases/download/1.7.1/AmogOSv1-7-1_armhf.img.xz', false)" class="buttons downloadButtons">Direct Download</button>
  110. <button onclick="button('https\://github.com/Amog-OS/AmogOS/releases/download/1.7.1/AmogOSv1-7-1_armhf.torrent', false)" class="buttons downloadButtons">Torrent File</button>
  111. </div>
  112. <p class="column-title"><img src="icons/anime.png" width="300px" alt="w"><br/>AmogOS-chan by <a href="https://www.instagram.com/xyriiel/" target="_blank" rel="noopener noreferrer">xyriiel</a>. No r34 yet (for now?!?!).</p>
  113. </div>
  114. <br/><br/><br/>
  115. </div>
  116. <footer>
  117. <p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
  118. </footer>
  119. </div>
  120. <div id="show">
  121. <video id="rickroll" src="rickroll.mp4" preload="metadata" style="pointer-events: none;">Too bad, Stop using the old sussy browsers! I can't even rickroll you :p</video>
  122. </div>
  123. </div>
  124. <script>
  125. function button(link, warn){
  126. if (warn){
  127. alert('⚠️ | When flashing the OS, PLEASE only use Universal USB Installer! Rufus and other flashing apps are unsupported!!! Please refer to the Install Instructions page for more info. Please also use the "VM image" download if you are planning to run the OS in VirturalBox/VMWare! | ⚠️');
  128. }
  129. window.location.href = link;
  130. document.getElementById("rickroll").style.display = "block";
  131. document.getElementById("rickroll").play();
  132. setTimeout(function(){
  133. window.onclick = function(){
  134. document.getElementById("copyright").innerHTML = "You have no control over this situation.";
  135. }
  136. }, 100);
  137. }
  138. </script>
  139. </body>
  140. </html>