PNA.fi koodi

code.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <!--
  4. Copyright 2010 Timo Siiranen.
  5. Public Domain
  6. Copyright 2018 Toni Fadjukoff. All Rights Reserved.
  7. Licensed under the Apache License, Version 2.0 (the "License");
  8. you may not use this file except in compliance with the License.
  9. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. -->
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi" lang="fi">
  18. <head>
  19. <title>Ruokalistat</title>
  20. <link rel="stylesheet" type="text/css" href="ruoka.css" />
  21. </head>
  22. <body>
  23. <h1>Ruokalistakoodit</h1>
  24. <p>
  25. Perustuu <a href="http://iki.fi/tss/">Timo Siraisen</a> ruokalistaparseriin.
  26. </p>
  27. <p>Katso myös <a href="todo.html">TODO</a> lista.</p>
  28. <p><a href="http://git.lamperi.name/pna.git/">Git-repo saatavilla</a></p>
  29. </body>
  30. </html>