fixed html files not linking to new directory structure
This commit is contained in:
parent
d1279703bf
commit
37da4516e4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="typing.css">
|
||||
<link rel="stylesheet" href="css/typing.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered heading">
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
integrity="sha512-zhHQR0/H5SEBL3Wn6yYSaTTZej12z0hVZKOv3TwCUXT1z5qeqGcXJLLrbERYRScEDDpYIJhPC1fk31gqR783iQ=="
|
||||
crossorigin="anonymous"
|
||||
defer></script>
|
||||
<script src="webgl-demo.js" type="module"></script>
|
||||
<link rel="stylesheet" href="shader-style.css">
|
||||
<script src="js/webgl-demo.js" type="module"></script>
|
||||
<link rel="stylesheet" href="css/shader-style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue