I remember that we had to embed shaders into html like so:
<script id="fragmentShader" type="x-shader/x-vertex"> </script>
<script id="vertexShader" type="x-shader/x-vertex"></script>
For me this isnt ideal. Of course I could create shader files and use PHP to include them but I dont want that either.
Is there any alternatives to use shaders in HTML without third party tools?