@@ -135,13 +135,6 @@ func (m *Main) Run() error {
e := echo.New()
- //e.GET("/chatbot/:personality", personalityHandler)
- // r.HandleFunc("/chatbot/{personality}", personalityHandler)
- // http.Handle("/", r)
-
- // fmt.Printf(" [*] %s ... Awaiting Conversations on port %d\n", m.BotName, m.Port)
- // http.ListenAndServe(fmt.Sprintf(":%d", m.Port), nil)
var contentHandler = echo.WrapHandler(http.FileServer(http.FS(web)))
var contentRewrite = middleware.Rewrite(map[string]string{"/*": "/web/$1"})
@@ -14,7 +14,7 @@
<link rel="stylesheet" href="/eliza/style.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
+ <title>{{.Bot}} - Welcome {{.GivenName}}</title>
</head>
<body>
@@ -14,6 +14,7 @@
<link rel="stylesheet" href="/ivanka/style.css">