Qub3d-Website/news.html

25 lines
622 B
HTML
Raw Normal View History

2018-04-03 19:18:59 -07:00
<html>
<head>
2018-04-04 19:41:03 -07:00
<title>News | Qub³d Engine Group</title>
<link rel="icon" type="image/png" href="Qub3d.png">
2018-04-03 19:18:59 -07:00
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
2018-04-04 19:41:03 -07:00
<div class="row">
2018-04-03 19:18:59 -07:00
<div class="logo">
<img src="Qub3d.png">
</div>
2018-04-04 19:41:03 -07:00
<nav class="main-nav">
2018-04-03 19:18:59 -07:00
<li><a href="index.html">HOME</a></li>
<li class="active"><a href="news.html">NEWS</a></li>
2018-04-04 09:47:25 -07:00
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
2018-04-03 19:18:59 -07:00
<li><a href="team.html">TEAM</a></li>
2018-04-04 19:41:03 -07:00
<li><a href="contact.html">MORE INFORMATION</a></li>
</nav>
2018-04-03 19:18:59 -07:00
</div>
</header
</body>
</html>