Skip to content

Commit

Permalink
Fixed HTML issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Feb 21, 2020
1 parent 73a8531 commit 78ed3f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/haxteroids.htm
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang=en-US>
<head>
<base url= target=_self>
<meta charset=utf-8>
<base target=_self>
<script type=text/javascript src=incl/meta.js></script>
<title>Haxteroids</title>
<link rel=stylesheet type=text/css href=incl/style.css>
Expand All @@ -11,7 +12,7 @@
<table class=mar-top><tr>
<td class=pad-hor>
<div class=card>
<h2>Haxteroids<span class="float-right pad-hor"><a href=res/haxteroids/Report.pdf>ReadMe</a></span></h2>
<h2>Haxteroids<span class="float-right pad-hor"><a href=../ReadMe.rst>ReadMe</a></span></h2>
<table><tr>
<td>Research&nbsp;Points:&nbsp;<span id=scoreSpan>0</span></td>
</tr></table>
Expand Down Expand Up @@ -44,6 +45,7 @@ <h2>
</ul>
<ul class=list-style-circle>
<li>Protip: Move backwards, and use your main thrusters to brake. You don't need to move fast to do well at this game, and your main engine is twice the thrust of your RCS.</li>
</ul>
</div>
<div id=settings class=card style=display:none>
<h2>
Expand Down

0 comments on commit 78ed3f7

Please sign in to comment.