Overview
Comment: | Fill in links for navigation bar. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a03aab1a60af26ac877a21cc6d32aede |
User & Date: | robin.hansen on 2020-11-12 16:00:17 |
Other Links: | manifest | tags |
Context
2020-11-15
| ||
07:06 | Minor styling improvements to selling points on front page. check-in: 966f96c49e user: robin.hansen tags: trunk | |
2020-11-12
| ||
16:00 | Fill in links for navigation bar. check-in: a03aab1a60 user: robin.hansen tags: trunk | |
06:16 | Reduced folder hierarchy. check-in: 8b2dedd187 user: robin.hansen tags: trunk | |
Changes
Modified src/index.html from [8eb240c798] to [77823ac356].
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
<nav>
<h1>
<span>Play</span>
<span class="small">v0.1</span>
</h1>
<ul>
<li><a alt="" href="">News</a></li>
<li><a alt="" href="">Forum</a></li>
<li><a alt="" href="">Source</a></li>
</ul>
</nav>
<hr />
<h2>An easy to learn language, for making reliable applications</h2>
|
| | | |
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
<nav> <h1> <span>Play</span> <span class="small">v0.1</span> </h1> <ul> <li><a alt="Get caught up on the latest news" href="https://fossils.play-lang.dev/compiler/timeline?udc=1&ss=m&n=10&y=e&advm=0">News</a></li> <li><a alt="" href="https://fossils.play-lang.dev/community">Forum</a></li> <li><a alt="" href="https://fossils.play-lang.dev">Source</a></li> </ul> </nav> <hr /> <h2>An easy to learn language, for making reliable applications</h2> |