21 lines
676 B
HTML
21 lines
676 B
HTML
<html>
|
|
<head>
|
|
<link rel="import" href="import.html">
|
|
</head>
|
|
<body class="news">
|
|
<div>
|
|
<h3>Latest News</h3>
|
|
<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">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">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> |