changing server to use flask

This commit is contained in:
root
2019-04-26 16:03:42 +00:00
parent 9ec6f2a115
commit 854d822acc
6 changed files with 26 additions and 20 deletions

9
static/index.html Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>VS Code Rocks!</title>
</head>
<body>
<h1>VS Code can do that?</h1>
<p>Yes it can!</p>
</body>
</html>