-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (33 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- PLEASE NO CHANGES BELOW THIS LINE (UNTIL I SAY SO) -->
<script language="javascript" type="text/javascript" src="libraries/p5.min.js"></script>
<script language="javascript" type="text/javascript" src="libraries/p5.dom.min.js"></script>
<script language="javascript" type="text/javascript" src="Alphanumeric_Animation_Utility.js"></script>
<!-- OK, YOU CAN MAKE CHANGES BELOW THIS LINE AGAIN -->
<!-- This line removes any default padding and style.
You might only need one of these values set. -->
<style> body {
padding:
10;
margin:
10;
background-color:
#323232;
}
</style>
</head>
<body>
<h1 style="color:white;">Alphanumeric Animation Utility</h1>
<p1 style="color:white;">Create custom animations for 14-segment alphanumeric displays (plus the dot segment)!</p1>
<br>
<p1 style="color:white;">Check <a href="https://github.com/GasparIsCoding/Alphanumeric_Animation_Utility/blob/gh-pages/README.md" style="color: #FF5A5A">here</a> which displays are compatible with this utility.</p1>
<br>
<p1 style="color:white;">Code done by <a href="http://pedrogaspar.weebly.com/" style="color: #FF5A5A">P. Gaspar</a>. </p1>
<hr>
<p1 style="color:white;"> Version 1.0. Released in July of 2019. </p1>
<hr>
</body>
</html>