index.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!--
  2. This file is part of phpMeccano project.
  3. Copyright (C) 2015 Alexei Muzarov
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License along
  13. with this program; if not, write to the Free Software Foundation, Inc.,
  14. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  15. e-mail: azexmail@gmail.com
  16. e-mail: azexmail@mail.ru
  17. https://bitbucket.org/azexmail/phpmeccano
  18. -->
  19. <!DOCTYPE html>
  20. <html>
  21. <head>
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  23. <meta name="viewport" content="width=device-width, user-scalable=no" />
  24. <title>phpMeccano</title>
  25. <style>
  26. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,a,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,input,textarea,select{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}h1{font-family: sans-serif;text-align:center;font-size:1.5em;font-weight:bold;margin-bottom:0.5em;}a,a:hover,a:visited,a:active{text-decoration:none;color:#DB270A;}p{text-align:center;}
  27. </style>
  28. </head>
  29. <body>
  30. <p>
  31. <embed style="margin-top: 10px;" height="46" width="320" src="install/svg/logo.svg"/>
  32. </p>
  33. <p>
  34. <embed width="200" height="112" src="install/svg/progress-gears-animated.svg"/>
  35. </p>
  36. <h1>
  37. <a href="install">&gt; Install &lt;</a>
  38. </h1>
  39. </body>
  40. </html>