Delete about.html

master
Gerold55 2018-04-04 22:20:04 -04:00 committed by GitHub
parent af6ccbea1d
commit cae9065209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
<html>
<head>
<title>About | Qub3d Engine Group</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">\
<div class="logo">
<img src="Qub3d.png">
</div>
<ul class="main-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="news.html">NEWS</a></li>
<li class="active"><a href="about.html">ABOUT</a></li>
<li><a href="communityrules.html">COMMUNITY RULES</a></li>
<li><a href="team.html">TEAM</a></li>
</ul>
</div>
</header
</body>
</html>