PNA.fi koodi

todo.html 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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>TODO</title>
  20. <link rel="stylesheet" type="text/css" href="ruoka.css" />
  21. </head>
  22. <body>
  23. <p>Jos jotakuta kiinnostaa, niin tässä on jotain TODO-listaa:</p>
  24. <ul>
  25. <li>Uutena featurena voisi kopioida Juvenekselta info-ikkunan tiedot, eli
  26. ruokien rasva/hiilari/proteiini/ym. tiedot.</li>
  27. <li>Aukioloajat voisi lisätä ravintolan nimen viereen, ainakin niihin ravintoloihin, missä se on mahdollista.</li>
  28. </ul>
  29. <p>Koodit tietysti saa <a href="code.html">täältä</a>, eli siitä vaan
  30. koodaamaan. Voin laittaa sitten päivitetyn version ajautumaan täällä.</p>
  31. </body>
  32. </html>