-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (19 loc) · 752 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (19 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>MasterRangers</title>
<link rel="stylesheet" href="style.css">
<script src="fabric.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body class="body_backgorund">
<center>
<img id="power" src = "power-rangers-title.png">
<h3><i>Press <b>r, g, y, p, b</b> to upload </i> Master Rangers</h3>
<canvas id='myCanvas' width="1100" height="450"></canvas>
</center>
<script src="main.js"></script>
</body>
</html>