-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (26 loc) · 877 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>neurogenesis</title>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Raleway:100,200|Oswald:300'>
<link rel='stylesheet' href='css/animate.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="title animated fadeInLeft slow">
<h1>Neurogenesis.ai</h1>
<h2>Digital Assets</h2>
</div>
<div id="p5sketch"></div>
<div class="txt animated fadeInRight slow">
<p>Provides Software Solutions in the Digital Asset class.</p>
<p><strong><a target="_blank" href="">Contact us</a></strong></p>
</div>
</div>
<div class="footer">Cryptocurrency Co. Ltd. - Budapest, Sánc street 5.</div>
<script src='p5.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>