Overview
Comment: | Add copyright and link to Plays twitter profile. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8144f30df2bb4939c89aa5c1b1734d2d |
User & Date: | robin.hansen on 2020-11-22 10:36:27 |
Other Links: | manifest | tags |
Context
2020-11-23
| ||
12:41 | Fix typo. forgettng => forgetting. check-in: ee2064fe31 user: robin.hansen tags: trunk | |
2020-11-22
| ||
10:36 | Add copyright and link to Plays twitter profile. check-in: 8144f30df2 user: robin.hansen tags: trunk | |
09:28 | Increase max-age setting on .html files. check-in: 33851e3b36 user: robin.hansen tags: trunk | |
Changes
Modified src/index.html from [7a44e067f2] to [dbf2f34578].
75 76 77 78 79 80 81 82 83 84 85 86 87 |
<h3 class="clear">In Alpha</h3> <p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p> </main> <footer> <ul> <li>Robin Heggelund Hansen</li> <li>Twitter: <a href="https://twitter.com/robheghan" alt="Robin's twitter profile">@robheghan</a></li> </ul> </footer> </body> </html> |
| | |
75 76 77 78 79 80 81 82 83 84 85 86 87 |
<h3 class="clear">In Alpha</h3> <p>Play is still in early development. There are currently no strings, arrays or even garbage collection. All of this will come in time. For more information, take a look at the <a alt="Read the roadmap" href="https://fossils.play-lang.dev/compiler/wiki?name=roadmap">roadmap</a>.</p> </main> <footer> <ul> <li>© 2020 Robin Heggelund Hansen</li> <li>Twitter: <a href="https://twitter.com/playlanguage" alt="Play's twitter profile">@playlanguage</a></li> </ul> </footer> </body> </html> |