Skip to content

Commit

Permalink
added link to github page
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Sep 1, 2022
1 parent cff016f commit 82756aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>PuzzleDrop WebAssembly Demo</title>
<style type="text/css">

.div1 {
text-align: center;
}
Expand All @@ -28,15 +29,21 @@
background-color: #000000;
}

a {
color: rgb(255,255,255);
}

.span1 {
color: rgb(255,255,255);
font-size: 32px;
}


</style>
</head>
<body>
<div class="con2">
<span class="span1"><b>PuzzleDrop</b></span>
<span class="span1"><b><a href="https://github.com/lostjared/PuzzleDrop.Web">PuzzleDrop</a></b></span>
</div><br>
<div class="div1">
<canvas class="can1" id="can1" width="1280" height="720">
Expand Down

0 comments on commit 82756aa

Please sign in to comment.