You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.3 KiB
33 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78128848-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-78128848-1');
|
|
</script>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="theme-color" content="#393939">
|
|
<meta name="description" content="Algorithm Visualizer is an interactive online platform that visualizes algorithms from code." data-react-helmet="true" />
|
|
<meta property="og:image"
|
|
content="https://raw.githubusercontent.com/algorithm-visualizer/algorithm-visualizer/master/branding/screenshot.png" />
|
|
<meta property="og:site_name" content="Algorithm Visualizer" />
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" type="image/png">
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
|
|
<title>Algorithm Visualizer</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|