choco-algorithm
Version:
Algorithm runtime emulator, like a IDE
16 lines (15 loc) • 532 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Algotithm</title>
<link rel="shortcut icon" type="image/svg+xml" href="src/icons/favicon.svg">
<link rel="icon" sizes="any" href="src/icons/favicon.svg" type="image/svg+xml">
<link rel="mask-icon" href="src/icons/favicon.svg" color="black">
<link rel="apple-touch-icon" sizes="180x180" href="src/icons/favicon.svg" type="image/svg+xml">
</head>
<body>
<div id="app"></div>
<script src="./assets/bundle.js"></script>
</body>
</html>