Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
absmj authored Mar 3, 2024
1 parent ac78a0b commit 688c310
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Fourier Artist</title>
<link rel="stylesheet" type="text/css" href="/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="description" content="Discover the art of Fourier transformations with Fourier Artist in p5.js. Redraw complex representations using sinusoidal waves, simplifying and reusing data for a captivating and unique artistic experience.">
<meta name="keywords" content="Fourier transformations, p5.js, art, creative coding, sinusoidal waves, data visualization">
Expand Down Expand Up @@ -425,20 +425,20 @@ <h6 class="card-title">{{sample.attribution.replace(/^(.{15})(.*)/, '$1...')}}</

</div>
</body>
<script src="/helpers/util.js"></script>
<script src="/main.js"></script>
<script src="/api.js"></script>
<script src="/static/examples/index.js"></script>
<script src="/vue.global.js"></script>
<script src="/bootstrap.bundle.min.js"></script>
<script src="/helpers/pathologist.js"></script>
<script src="/libraries/p5.min.js"></script>
<script src="/helpers/d3-array.js"></script>
<script src="/helpers/ct.js"></script>
<script src="/helpers/complex.js"></script>
<script src="/helpers/coordinates.js"></script>
<script src="/sketch.js"></script>
<script defer src="/libraries/imagetracer.js"></script>
<script src="helpers/util.js"></script>
<script src="main.js"></script>
<script src="api.js"></script>
<script src="static/examples/index.js"></script>
<script src="vue.global.js"></script>
<script src="bootstrap.bundle.min.js"></script>
<script src="helpers/pathologist.js"></script>
<script src="libraries/p5.min.js"></script>
<script src="helpers/d3-array.js"></script>
<script src="helpers/ct.js"></script>
<script src="helpers/complex.js"></script>
<script src="helpers/coordinates.js"></script>
<script src="sketch.js"></script>
<script defer src="libraries/imagetracer.js"></script>


<script>
Expand Down Expand Up @@ -730,4 +730,4 @@ <h6 class="card-title">{{sample.attribution.replace(/^(.{15})(.*)/, '$1...')}}</

</script>

</html>
</html>

0 comments on commit 688c310

Please sign in to comment.