Holy-Unblocker/public/archive/g/breakout/index.html
2020-10-02 16:45:22 -07:00

27 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link href="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/breakout/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/breakout/css/styles.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> -->
<link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
</head>
<body>
<canvas id="myCanvas"></canvas>
<div class="container playbtn">
<div class="row text-center">
<button type="button" class="btn btn-lg btn-primary" id="start" autofocus>Start / Resume</button>
<button type="button" class="btn btn-lg btn-danger hidden" id="pause">Pause</button>
</div>
</div>
<script src="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/breakout/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/BinBashBanana/gstore/html5games/breakout/js/script.js"></script>
</body>
</html>