Advertisement
Guest User

mysite

a guest
Oct 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.32 KB | None | 0 0
  1.  <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Andrii home server structure</title>
  5. <link rel="shortcut icon" href="andrii.sytes.net.ico" type="image/ico" />
  6. <style>
  7.    body{
  8.     background-color: #D3D3D3; /* Цвет фона веб-страницы */
  9.    }
  10.    h1 {
  11.     background-color: RGB(249, 201, 16); /* Цвет фона под заголовком */
  12.    }
  13.    p {
  14.     background-color: maroon; /* Цвет фона под текстом параграфа */
  15.     color: white; /* Цвет текста */
  16.    }
  17.   table, th, td {
  18.     border: 1px solid black; height: 25px;
  19. }
  20.   </style>
  21. </head>
  22. <body>
  23.  
  24. <center>
  25.   <h2>You can visit next pages on this server: </h2> <br><br>
  26. </center>
  27. <center>
  28.  <table style="width:60%">
  29.   <tr>
  30.     <th> Tool Name </th>
  31.     <th> Description </th>
  32.   </tr>
  33.   <tr>
  34.         <th> <a href="https://bareos.physics.lutsk.ua">Bareos</a> <br> </th>
  35.         <th> Backup </th>
  36.   </tr>
  37.   <tr>
  38.         <th> <a href="https://graphite.physics.lutsk.ua">Graphite</a> <br> </th>
  39.         <th> TSDB </th>
  40.   </tr>
  41.   <tr>
  42.         <th> <a href="https://tomcat.physics.lutsk.ua">Tomcat</a> <br> </th>
  43.         <th>Tomcat Server </th>
  44.   </tr>
  45.   <tr>
  46.         <th> <a href="https://zabbix.physics.lutsk.ua">Zabbix</a> <br> </th>
  47.         <th>Zabbix Server </th>
  48.   </tr>
  49.  
  50.  </table>
  51. </center>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement