This commit is contained in:
Jay
2018-02-12 23:08:42 +08:00
commit c65d29e81a
14 changed files with 3021 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
index page
<p>
<a href="/login">LoginTwitch</a>
</p>
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TwitchBot</title>
</head>
<body>
<%- body %>
</body>
</html>
+1
View File
@@ -0,0 +1 @@
<%- JSON.stringify(data) %>