Skip to content

Commit

Permalink
favicon and bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinpp69 committed Mar 29, 2020
1 parent 72b7b2a commit 194c7de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Binary file modified favicon.ico
Binary file not shown.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Maze</title>
<link rel="icon" href="favicon.ico" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Maze</title>
</head>
<body>
<canvas></canvas>
<script type="text/javascript" src="p5.js"></script>
<script type="text/javascript" src="cell.js"></script>
<script type="text/javascript" src="maze.js"></script>
<script type="text/javascript" src="scripts/p5.js"></script>
<script type="text/javascript" src="scripts/cell.js"></script>
<script type="text/javascript" src="scripts/maze.js"></script>
</body>
</html>

0 comments on commit 194c7de

Please sign in to comment.