-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (28 loc) · 909 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="css/img/favicon.ico">
<script src="libraries/p5.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected]/dist/rita.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/vars.css">
<title>Creative Horoscope</title>
</head>
<body>
<main>
<section id="title-main">
<img src="css/img/title.svg" alt="title">
<div id="navigate">
<a href="about.html">
<h1>about</h1>
</a>
<a href="generate.html">
<h1>generate</h1>
</a>
</div>
</section>
</main>
</body>
</html>