We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f96ea commit c62939bCopy full SHA for c62939b
index.html
@@ -1,13 +1,16 @@
1
-
2
<!doctype html>
3
<html lang="en">
4
<head>
5
<meta charset="UTF-8" />
+ <!-- This line adds the neural network icon to the browser tab -->
6
+ <link rel="icon" type="image/svg+xml" href="/convolution_visualization_tool/favicon.svg" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Convolution Tool</title>
8
+ <title>DeepLab: CNN Workbench</title>
9
</head>
10
<body>
11
+ <!-- This empty div is where the React app injects itself -->
12
<div id="root"></div>
13
+ <!-- This script loads the actual application code -->
14
<script type="module" src="/src/main.jsx"></script>
15
</body>
16
</html>
0 commit comments