Added the basic bot with some commands
This commit is contained in:
10
WebAPI/index.html
Normal file
10
WebAPI/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>IntelliJ Base HTML Page</h1>
|
||||
</body>
|
||||
</html>
|
||||
10
WebAPI/no.html
Normal file
10
WebAPI/no.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Not Supported Method</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error 405: Method Not Supported</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user