merge index.html(.bak) + shader.html -> index.html
This commit is contained in:
parent
7e59de380f
commit
3e3211b7e1
4 changed files with 169 additions and 9 deletions
|
|
@ -1,11 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<!doctype html>
|
||||
<!-- Ref: https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/typing.css">
|
||||
<meta charset="utf-8" />
|
||||
<title>WebGL Demo</title>
|
||||
<!-- <script -->
|
||||
<!-- src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js" -->
|
||||
<!-- integrity="sha512-zhHQR0/H5SEBL3Wn6yYSaTTZej12z0hVZKOv3TwCUXT1z5qeqGcXJLLrbERYRScEDDpYIJhPC1fk31gqR783iQ==" -->
|
||||
<!-- crossorigin="anonymous" -->
|
||||
<!-- defer></script> -->
|
||||
<script src="js/webgl-demo.js" type="module"></script>
|
||||
<link rel="stylesheet" href="css/shader-style.css">
|
||||
<link rel="stylesheet" href="css/typing-merge.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<canvas class="gl-canvas-bg" id="gl-canvas"></canvas>
|
||||
|
||||
<div class="centered heading">
|
||||
<div id="typing-wrapper">
|
||||
|
||||
|
|
@ -34,5 +45,6 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue