You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.7KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #d86323;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #title
  19. {
  20. color: #6d2113;
  21. }
  22. img
  23. {
  24. width: 100%;
  25. }
  26. html
  27. {
  28. font-family: sans-serif;
  29. }
  30. body
  31. {
  32. line-height: 1.5em;
  33. }
  34. body
  35. {
  36. background: #FAFAFA;
  37. }
  38. table
  39. {
  40. border-collapse: collapse;
  41. width: 100%;
  42. }
  43. table, th, td
  44. {
  45. border: 1px solid #aaa;
  46. padding: 0.5em;
  47. margin-top: 0.5em;
  48. margin-bottom: 0.5em;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. background: #f5f5f5;
  56. white-space: pre-wrap;
  57. }
  58. .contents
  59. {
  60. background: #FFFFFF;
  61. width: 720px;
  62. padding: 1em;
  63. margin-top: 2em;
  64. margin-bottom: 2em;
  65. border: 1px solid #E0E0E0;
  66. text-align: left;
  67. color: #444;
  68. }
  69. #footer
  70. {
  71. text-align: center;
  72. }
  73. #lang
  74. {
  75. float: right;
  76. }
  77. </style>
  78. <title>
  79. Local File System Access (LFSA) for Client Side Web Apps (CSWA)
  80. </title>
  81. </head>
  82. <body>
  83. <div id="header">
  84. <strong id="title">LFSA</strong>
  85. <div id="lang">
  86. <a href="../en/PSKOV_ITEM_URL">EN</a>
  87. <a href="../ru/PSKOV_ITEM_URL">RU</a>
  88. </div>
  89. </div>
  90. <center><h1>
  91. </h1></center>
  92. <center><div class="contents">
  93. PSKOV_ITEM_CONTENTS
  94. </div></center>
  95. <div id="footer">
  96. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  97. from <a href="http://github.com/ogstudio/site-lfsa">this source code</a>.
  98. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  99. </div>
  100. <script type="text/javascript">
  101. </script>
  102. </body>
  103. </html>