generated from IMAGINARY/web-tpl
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.69 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.69 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta property="og:url" content="http://imaginary.github.io/gradient-descent">
<meta property="og:type" content="website">
<meta property="og:title" content="Gradient Descent">
<meta property="og:image" content="">
<meta name="description" content="A game of learning the concepts behind gradient descent by exploring the depths looking for treasure">
<meta property="og:description" content="A game of learning the concepts behind gradient descent by exploring the depths looking for treasure">
<meta name="color-scheme" content="light dark">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<link rel="stylesheet" href="vendor/fontawesome/css/all.min.css" media="all" type="text/css">
<link rel="stylesheet" href="vendor/gradient-vector-font/webfont/style.css" media="all" type="text/css">
<link rel="stylesheet" href="assets/css/default-62a114e65a.css" media="all" type="text/css">
<title>Gradient Descent
</title>
</head>
<body>
<div class="main">
</div>
<script type="text/javascript" src="vendor/jquery/jquery-3.5.0.min.js"></script>
<script type="text/javascript" src="vendor/svg.js/svg.min.js"></script>
<script type="text/javascript" src="vendor/fullscreen-polyfill/fullscreen.polyfill.js"></script>
<script type="text/javascript" src="vendor/i18n4js/i18n4js-1.3.1.min.js"></script>
<script type="text/javascript" src="assets/js/dependencies-b307df2275.min.js"></script>
<script type="text/javascript" src="assets/js/bundle-2797e0c374.min.js"></script>
</body>
</html>