-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
39 lines (37 loc) · 990 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
<!DOCTYPE html>
<html>
<!-- <link rel="stylesheet" href="index.css" /> -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.min.js"></script>
<meta charset="utf-8" />
<link rel="icon" href="logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Potta+One&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<div class="bar"></div>
<body>
<nav>
<div
class="content center sty"
style="background-color: white"
style="font-size: 34px"
>
NoOX AI
</div>
</nav>
<hr />
<div class="centralize result">
<script src="minimax.js"></script>
<script src="sketch.js"></script>
</div>
<br />
</body>
</html>