-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.46 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.46 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
<html>
<head>
<base href="/#">
<meta charset="utf-8" />
<link rel="icon" href="algorithm/favicon.svg" />
<title>Algorithm Animation Javascript| Algorithm Visualizer Javascript| James Yoon</title>
<meta name="description" content="Algorithm visualizations through Animation for Bubble Sort, Merge Sort, Quick Sort, Heap Sort, Depth First Search, Breadth First Search, Dijkstra Search, A* Search, Astar Search, Binary Search Tree, and Heap Tree. All implementations are written in Javascript. Author: James Yoon">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="viewport-fit=cover, initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height">
<link rel="stylesheet" href="algorithm/public/styles.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5MK9HSX');</script>
<!-- End Google Tag Manager -->
<meta name="google-site-verification" content="dbxsJ_0Ls2jU_deRRJzPFQ6C5AcZnB54WtWEkxpYsPA" />
</head>
<body>
<div id="app" />
<script src="algorithm/public/bundle.js" type="text/javascript"></script>
</body>
</html>