cling/www/news.html
2017-11-02 17:29:12 +01:00

39 lines
1.5 KiB
HTML

<html>
<head>
<script data-main="scripts/cling" src="scripts/require.js"></script>
<link rel="stylesheet" href="style/import.css">
</head>
<body class="news">
<div>
<h3>Latest News</h3>
<h4>Cling release 0.5 is out</h4>
<h5>November 02nd, 2017</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.5/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.4 is out</h4>
<h5>June 06th, 2017</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.4/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.3 is out</h4>
<h5>August 09th, 2016</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.3/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling release 0.2 is out</h4>
<h5>July 06th, 2016</h5>
<p> <a href="https://github.com/vgvassilev/cling/blob/v0.2/docs/ReleaseNotes.md" target="_blank">Read more</a></p>
<p></p>
<h4>Cling goes public</h4>
<h5>July 25th, 2011</h5>
<p> Cling was officially announced to the Clang community <br /><a href="news/ClingAnnouncement.html" target="_blank">Read more</a></p>
<p></p>
<h4>New website launched</h4>
<h5>July 1st, 2011</h5>
<p> Welcome to the new website of the project. <br /><a href="news/NewWebsiteLaunched.html" target="_blank">Read more</a></p>
<h3>Useful Links</h3>
<ul>
<li><a href="http://www.cern.ch" target="_blank">CERN</a></li>
</ul>
</div>
</body>
</html>