Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.75 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Created by PhpStorm.
  4.  * User: admin
  5.  * Date: 19.07.2019
  6.  * Time: 10:02
  7.  */
  8.  
  9. ?>
  10.  
  11. <!doctype html>
  12. <html lang="ru">
  13. <head>
  14.     <meta charset="UTF-8">
  15.     <meta name="viewport"
  16.           content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  17.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  18.     <link rel="stylesheet" href="/css/style.css">
  19.       <title>Dogs</title>
  20. </head>
  21. <body>
  22. <form class="form" action="/action_command" method="post">
  23.     <h3 class="form__title">введите команду </h3>
  24.     <input class="form__command" type="text" name="message">
  25.     <input class="form__btn" type="submit">
  26. </form>
  27.  
  28. <script src="/js/script.js"></script>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement