This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js" lang=""> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title></title> | |
| <link rel="stylesheet" href="css/style.css"> | |
| <link rel="icon" href="/favicon.ico" sizes="any"> | |
| <link rel="icon" href="/icon.svg" type="image/svg+xml"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body style="overflow: hidden; background-color: black;"> | |
| <form name="Show"> | |
| x <input type="text" name="MouseX" value="0" size="4"><br> | |
| y <input type="text" name="MouseY" value="0" size="4"><br> | |
| </form> | |
| <!-- елементи планет --> | |
| <span id="idSunUpper" class="clsSun" style="position: absolute;"> | |
| <img src="https://raw.githubusercontent.com/sunmeat/storage/refs/heads/main/images/gif/sun_upper.gif" width="90" height="45" alt="sun upper" /> | |
| </span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang=""> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Ігровий автомат</title> | |
| <style> | |
| body { | |
| background-color: #9acd32; | |
| font-family: sans-serif; | |
| text-align: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="uk"> | |
| <head> | |
| <title>П'ятнашки</title> | |
| <meta charset="UTF-8"> | |
| <style> | |
| /* стилі для квадратів гри */ | |
| .square { | |
| position: absolute; | |
| width: 137px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <style> | |
| .sp { | |
| position: absolute; | |
| cursor: pointer; | |
| background-color: greenyellow; | |
| border: 3px solid greenyellow; | |
| border-radius: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Проміси + АПІ</title> | |
| <style> | |
| body { | |
| font-family: 'Courier New', Courier, monospace; | |
| background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); | |
| color: #00ffe5; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>async await замість промісів</title> | |
| <style> | |
| body { | |
| font-family: 'Courier New', Courier, monospace; | |
| background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); | |
| color: #00ffe5; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Надсилання даних форми fetch API + валідація</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #121212; | |
| color: #ffffff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://sunmeat.atwebpages.com/js/post_get.html: | |
| <!DOCTYPE html> | |
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Відправка запиту на PHP файл</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="uk"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Найкращі фільми (Axios + OOP)</title> | |
| <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| background-color: #121212; |