generated from atipezda/p5-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (36 loc) · 1014 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
<html>
<head>
<!-- <meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">-->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"
integrity="sha256-Pg1di+fBF53Rbh9oZR/FeD1xsFzTLC963lcac1D0ias="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"></script>
<script src="build/build.js"></script>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="icon" href="favicon.ico"/>
<style>
* {
padding: 0px;
margin: 0px;
}
.git-href{
display: block;
position: absolute;
bottom: 2vh;
right: 0;
width: 80vw;
max-width: 300px;
}
.git-href img{
width: 100%;
}
</style>
</head>
<body>
<a href="https://github.com/atipezda/FlappyBird_Machine_learning" class="git-href">
<img alt="github atipezda" src="https://raw.githubusercontent.com/atipezda/atipezda.github.io/master/atipezda_git.png">
</a>
</body>
</html>