-
Notifications
You must be signed in to change notification settings - Fork 0
/
pak-hadziq.html
30 lines (28 loc) · 1.18 KB
/
pak-hadziq.html
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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<title>E For Eraser | Syafiqjos</title>
<link rel="stylesheet" href="./css/style.css">
<script src="./js/gl-matrix-min.js"></script>
<script defer src="./js/helper.js"></script>
<script defer src="./js/makeEraser.js"></script>
<script defer src="./js/makeCube.js"></script>
<script defer src="./js/pak-hadziq.js"></script>
<!-- <script defer src="./pak-hadziq.js"></script> -->
</head>
<body>
<h1>E For Eraser | Syafiqjos</h1>
<h2>Name: Ahmad Syafiq Aqil Wafi</h2>
<h3>NRP: 05111940000089</h3>
<div class="preview-container">
<canvas width="640" height="360" class="preview-canvas" id="previewCanvas">
Your Browser doesn't support Canvas
</canvas>
<button id="previewButton" class="preview-button">TAP<div id="previewButtonDesc" class="preview-button__desc">bouncing</div></button>
</div>
<p><a class="author-text" href="https://github.com/Syafiqjos">Author : github.com/Syafiqjos</a></p>
</body>
</html>