Skip to content

Commit

Permalink
Fix: removed unnecessary webgl.css link (#37125)
Browse files Browse the repository at this point in the history
  • Loading branch information
brantcass authored Dec 8, 2024
1 parent a99abea commit ec7b326
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ This project uses the [glMatrix](https://glmatrix.net/) library to perform its m
<head>
<meta charset="utf-8" />
<title>WebGL Demo</title>
<link rel="stylesheet" href="./webgl.css" type="text/css" />
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/2.8.1/gl-matrix-min.js"
integrity="sha512-zhHQR0/H5SEBL3Wn6yYSaTTZej12z0hVZKOv3TwCUXT1z5qeqGcXJLLrbERYRScEDDpYIJhPC1fk31gqR783iQ=="
Expand Down

0 comments on commit ec7b326

Please sign in to comment.