1
+ < html >
2
+ < head >
3
+ < title > Learning WebGL Book Example Codes</ title >
4
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css " integrity ="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65 " crossorigin ="anonymous ">
5
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js " integrity ="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V " crossorigin ="anonymous "> </ script >
6
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4 " crossorigin ="anonymous "> </ script >
7
+ <!-- <script src="https://code.jquery.com/jquery-1.10.2.js"></script> -->
8
+ < script src ="./jquery.js "> </ script >
9
+ </ head >
10
+ < body >
11
+ < div class ="container ">
12
+ < div class ="jumbotron text-center ">
13
+ < h1 > Learning WebGL Book Example Code</ h1 >
14
+ < p > Contains the example code for the version 1.0 and 2.0.</ p >
15
+ </ div >
16
+ < div class ="row ">
17
+ < h1 > WebGL 1.0</ h1 >
18
+ < a href ="./Book example codes/Chapter 3/1.0/3_First WebGL program.html " class ="btn btn-primary "> First WebGL Program</ a >
19
+ < a href ="./Book example codes/Chapter 3/1.0/3_shape_aeroplane.html " class ="btn btn-primary "> Aeroplane Shape</ a >
20
+ < a href ="./Book example codes/Chapter 3/1.0/3_shape_fox.html " class ="btn btn-primary "> Fox Shape</ a >
21
+ < a href ="./Book example codes/Chapter 3/1.0/3_shape_pyramid.html " class ="btn btn-primary "> Pyramid Shape</ a >
22
+ </ div >
23
+ < div class ="row ">
24
+ < h1 > WebGL 2.0</ h1 >
25
+ < a href ="./Book example codes/Chapter 3/2.0/3_First WebGL program.html " class ="btn btn-primary "> First WebGL Program</ a >
26
+ < a href ="./Book example codes/Chapter 3/2.0/3_shape_aeroplane.html " class ="btn btn-primary "> Aeroplane Shape</ a >
27
+ < a href ="./Book example codes/Chapter 3/2.0/3_shape_fox.html " class ="btn btn-primary "> Fox Shape</ a >
28
+ < a href ="./Book example codes/Chapter 3/2.0/3_shape_pyramid.html " class ="btn btn-primary "> Pyramid Shape</ a >
29
+ </ div >
30
+ </ div >
31
+ <!--Navigation bar-->
32
+ < div id ="nav-placeholder ">
33
+
34
+ </ div >
35
+ <!-- <script>
36
+ $(document).ready(function(){
37
+ // $("button").click(function(){
38
+ $("#nav-placeholder").load('./navbar.html');
39
+ // });
40
+ });
41
+ </script> -->
42
+ </ body >
43
+ <!-- <script src="Hello_WebGL2.0.js"></script></body> -->
44
+ </ html >
0 commit comments