-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 967 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.16/p5.js"></script>
<script src="webGL/waves/sketch.js"></script>
<link rel="canonical" href="https://fonts.google.com/specimen/Doto">
<style>
body { font-family: monospace; background-color: #646464 }
.centering-container {
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<marquee behavior="alternate">The marquee element creates scrolling text that is difficult to read and click on. Beyond that, it can be distracting to viewers, especially to those with low vision, cognitive disabilities, or attention deficits. People with attention deficits or cognitive disabilities could become distracted by content that scrolls. Stop reading this, get your shit together and go back to work!</marquee>
<div id="canvas-container" class="centering-container"></div>
</body>
</html>