Skip to content

Commit 393c743

Browse files
author
Roberto Sora
committed
fixed debug console html title
1 parent 65d1a2b commit 393c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ var homeTemplate = template.Must(template.New("home").Parse(homeTemplateHtml))
335335
const homeTemplateHtml = `<!DOCTYPE html>
336336
<html>
337337
<head>
338-
<title>Serial Port Example</title>
338+
<title>Arduino Create Agent Debug Console</title>
339339
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
340340
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.3.5/socket.io.min.js"></script>
341341
<script type="text/javascript">

0 commit comments

Comments
 (0)