-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 985 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Michael Kolesidis" />
<title>Scribble Text</title>
<link rel="icon" href="./favicon.ico" type="image/png" sizes="16x16" />
<link rel="stylesheet" href="styles/style.css" />
<script src="./scripts/main.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.min.js"></script>
<script src="/scripts/scribbleText.js" defer></script>
</head>
<body>
<div id="message">
<h1 ><span id="read"> READ</span><br> BETWEEN<br> THE LINES</h1>
</div>
<footer>
<p>MADE BY <a href="https://github.com/michaelkolesidis/scribble-text" target="_blank">MICHAEL KOLESIDIS</a></p>
</footer>
</body>
</html>