Advertisement
Guest User

Untitled

a guest
Sep 20th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Смарт-Экспресс — официальный сайт</title>
  5.     <style>
  6.         html, body {
  7.             height: 100%;
  8.         }
  9.         body {
  10.             display: flex;
  11.             flex-direction: column;
  12.             align-items: center;
  13.             justify-content: center;
  14.         }
  15.         h2 {
  16.             color: red;
  17.         }
  18.     </style>
  19. </head>
  20. <body>
  21.     <h1>Смарт-Экспресс — официальный сайт</h1>
  22.     <h2>Сайт находится в разработке</h2>
  23.     Пишите нам в <a href="https://www.instagram.com/sortedmap" target="_blank">Директ</a>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement